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
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