Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1398690

    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…

    #1398716

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.