PREV and NEXT button showing in variation gallery
-
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.
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
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
Hello,
This is Woocommerce functionality and our theme does not have any options to change.
Best Regards.
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
Hello,
Our theme does not have any options or solutions to change the Woocommerce functionality, unfortunately.
Best Regard