Hello,
I want to add a drop shadow to the captions on my standard images, but I can’t figure out how. Is there a piece of CSS I need to add to the main theme?
Hey,
Please edit your Image element and go to Advanced > Developer Settings > Custom CSS class (https://i.imgur.com/K6gXFV1.png) and add a CSS class (“custom-shadow” in the example below)
.custom-shadow .avia-copyright {
filter: drop-shadow(2px 1px 1px red);
}
If this isn’t what you meant, please post a screenshot and show the changes you’d like to make.
Best regards,
Yigit