Hi guys,
How to I make the overlay darker on the masonry grids?
http://prntscr.com/ghsl6p
I don’t think the white writing shows up well here and so I’d like to darken the overlay a bit.
Thanks
Krissie
Hey Krissie,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Thank you for the info.
Please add the css code in the Quick CSS field.
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,0,0,0.8);
}
Default opacity value is .35.
Best regards,
Ismael
That’s great! Thanks Ismael.
Isn’t the opacity mean to lighten or change when you hover over it?
Thanks