Home › Forums › WoodMart support forum › Disable Blur carrusel on mobile › Reply To: Disable Blur carrusel on mobile
January 4, 2024 at 6:51 pm
#526974
Luke Nielsen
Keymaster
Hello,
Try to use the below code:
.wd-carousel-dis-mb .wd-carousel-wrap {
mask-image: unset;
-webkit-mask-image: unset;
}
Kind Regards