Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1402838

    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?

    #1402907

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.