Hello,
I would like to have the translucent color that appears one mouse hover over a picture in a masonry gallery to be orange instead of grey. I figured out how to change the color to orange, but how do I add translucence.
Currently, this is in the quick css area:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: #FFA500;
}
Thanks,
Nicole
Hey Nicole,
Try changing your css to this:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(255, 165, 0, .5);
}
adjust the last number to change the transparency
Best regards,
Mike
Worked – thanks!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike