Blur Effect Problem With OWL Script disabled
-
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.
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
Thank you. It’s perfect now.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Blur Effect Problem With OWL Script disabled’ is closed to new replies.