Home Forums WoodMart support forum Slick slider

Slick slider

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

    mintudas
    Participant

    Hello Support,

    I wanted to remove slick slider prev/next button from the single product page and want to display all thumb image.

    Please check the attached screenshot.

    How can I do that, please guide.

    Thank you

    Regards,
    Mintu

    Attachments:
    You must be logged in to view attached files.
    #183869

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-product-gallery .slick-slider .slick-prev {
        display:none!important;
    }
    .woocommerce-product-gallery .slick-slider .slick-next{
        display:none!important;
    }

    Changing the slider functionality requires customization which is not covered by our support.

    Best Regards

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