Home Forums WoodMart support forum Product page image gallery Mobile version Reply To: Product page image gallery Mobile version

#498598

Artem Temos
Keymaster

Hi,

Go to Theme Settings > Single Product > Images and enable “Carousel pagination in main gallery” option.
But, it shows on Desktop as well. In case you want to hide it on Desktop only, add below Custom CSS to Theme Settings > Custom CSS > Custom CSS for desktop

.single-product .woocommerce-product-gallery .owl-dots{
	display: none;
}

Regards