Hello!
How can I change the dark overlay within the masonry?
Many thanks and best,
Marion
Hey Marion,
Please try the following in Quick CSS under Enfold->General Styling:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,0,0,0.15);
}
You can adjust the value 15 higher or lower, if you want it darker or lighter.
Best regards,
Rikard
perfect, thanks rikard!