Home › Forums › WoodMart support forum › Remove OWL Carousel White Shadow › Reply To: Remove OWL Carousel White Shadow
January 5, 2024 at 5:37 pm
#527336
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.wd-carousel-dis-mb .wd-carousel-wrap {
mask-image: unset;
-webkit-mask-image: unset;
}
Kind Regards