Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
(question split to its own topic by moderator)
In the meantime, I have an image as a masthead, centred on the page. Any way to have a "drop" shadow below the image?
See it here pideja.ca/luc
Last edited by pideja (2017-08-19 01:43:22)
Offline
Custom css will do the job.
for example:
.masthead img {
box-shadow: 4px 4px 4px;
}
more on box-shadow: https://www.w3schools.com/cssref/css3_pr_box-shadow.asp
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1