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

    Hi,

    I want to add an overlay dark transparent color over over the images bottom part under the Image Title in the gallery for the homepage

    #703757

    Hey uribinsted,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        background: rgba(0,0,0,0.5);
        padding: 5px;
        border-radius: 5px;
    }
    

    Best regards,
    Yigit

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