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!
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
Thank you! You can close this thread.