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

    PLease provide CSS to overlay opacity black color over background images on my masonry and have text still white on top and readble.

    solutions to date have not worked in forums?

    link to site below

    #915190

    Hey washem,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-inner-masonry-content-pos-content .av-masonry-entry-title {
        color: white;
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content:hover {
        background: rgba(0,0,0,0.8);
    }

    Hope this helps :)

    Best regards,
    Nikko

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