Hi, I like the effect with caption and the overlay. The only issue is when I hover it is hard to see the text. Is there a way to make this feature change the color rather than making it disappear? As you see on the page I sent for book now. When I hover over the image it is hard to see that texts…
Hey Stretchspot,
Thank you for the inquiry.
You can use this css code to adjust the style of the image overlay on hover.
.av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg {
opacity: 0.4 !important;
background-color: red;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code.
Best regards,
Ismael