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

    I’ve tried a few different ways to disable overlay on linked images but haven’t been able to find a solution to my issue.

    I have a carousel on the homepage but when hovered the image disappears. I’ve tried through advanced settings and custom CSS to fix but haven’t been able to. Any help would be much appreciated!

    #1172584

    Hey trishgray,
    Thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .owl-carousel .owl-item .owl-lazy {
        opacity: 1 !important; 
    }

    Best regards,
    Mike

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