Home Forums WoodMart support forum Remove OWL Carousel White Shadow

Remove OWL Carousel White Shadow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #527324

    saziyainfo
    Participant

    I WANT TO REMOVE WHITE SHADOW FROM ALL SLIDER

    Attachments:
    You must be logged in to view attached files.
    #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

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