Home › Forums › WoodMart support forum › Blur Effect Problem With OWL Script disabled › Reply To: Blur Effect Problem With OWL Script disabled
September 10, 2019 at 6:05 am
#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