The images in a masonry have a slight overlay. How can I adapt this (make it more opaque and change the color, in particular)?
Thanks!
You could add this to the quick-css in the gereral styling options:
.av-inner-masonry-content {
backgorund: rgb(0,0,0,0.35);
}
You have to enter RGBA values, the last one is for opacity (in this example 35%)
Hi,
Thanks for sharing @Luca, did you try that out and did you have any luck with it @biocomag?
Best regards,
Rikard
No but I found it – apparently it is not an overlay, but rather the image becomes transparent. This is what did the trick:
.main_color .av-masonry-outerimage-container {
background-color: rgb(0,0,0);
}
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 0.1;
}
Hi biocomag,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria