Home Forums WoodMart support forum PREV and NEXT button showing in variation gallery

PREV and NEXT button showing in variation gallery

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186784

    dvtrade
    Participant

    Hello,
    How can I disable this buutons.
    They are swoing only in this layour for image gallery. If I select images to be on the bottom buttons are gone, but when images are on the left they are showing.

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

    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;
    }

    Best Regards

    #187031

    dvtrade
    Participant

    I notice that I was generated cutom CSS and forgot to check requried style. That was issue

    But I have one more question – When I’m increasing a quantity price automatically changes also. Is there a setting that I can stop it.

    Thanks

    #187146

    Hello,

    This is Woocommerce functionality and our theme does not have any options to change.

    Best Regards.

    #187157

    dvtrade
    Participant

    Hello,
    Could you please tell me how to change it, because I have one more shop with same theme and there price is not calculate automatically

    #187241

    Hello,

    Our theme does not have any options or solutions to change the Woocommerce functionality, unfortunately.

    Best Regard

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