Is it possible to change the overlay color of a gallery.
I’m trying to change the white transparant overlay color in this gallery.
Thanks!
Hey granatazar!
Add this to your custom CSS.
.avia-gallery .image-overlay { background: green !important; }
Cheers!
Elliott
Hi Elliott!
Thanks for the advice. But it didn’t change anything?
Hey!
That’s for the Gallery. For the Masonry use this.
.av-masonry-entry figcaption, .avia-arrow {
background: green none repeat scroll 0 0 !important;
}
Regards,
Elliott
This changes the background of the text box. I want to change the white transparent overlay into a blue transparent overlay color.
Hope this is possible?
Hi!
Try adding this to your custom CSS.
.av-masonry-outerimage-container { background: blue !important; }
If that’s not what your trying to do either then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
Elliott
This works! Thanks!!!
