Home Forums WoodMart support forum Blur Effect Problem With OWL Script disabled

Blur Effect Problem With OWL Script disabled

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #142813

    saugatakoley
    Participant

    Hello! I have disabled OWL Carousel script for better performance of my site on mobile devices. There’s a blur effect. I tried searching the forum but the other user who reported it didn’t share the code to fix it. Could you help me remove this blur effect?

    Attachments:
    You must be logged in to view attached files.
    #142872

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    body .disable-owl-mobile .owl-carousel {
        mask-image: none;
        -webkit-mask-image: none;
    }

    Regards

    #142891

    saugatakoley
    Participant

    Thank you. It’s perfect now.

    #142906

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Blur Effect Problem With OWL Script disabled’ is closed to new replies.