Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #664988

    Can you please provide me some quick css to change the masonry gallery overlay color? I would like it to be #188ece with a 0.7 opacity. Thank you!

    • This topic was modified 8 years, 4 months ago by djshortkut.
    #664995

    Hey djshortkut,

    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 a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(24,142,206,0.7);
    }
    

    Best regards,
    Yigit

    #665092

    Thank you! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry Gallery Overlay Color’ is closed to new replies.