Home Forums WoodMart support forum Navigation Dots Reply To: Navigation Dots

#309387

Eric Watson
Participant

Hello,

Sorry for the delay. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings > Custom CSS.

@media (min-width: 1025px) {
.woocommerce-product-gallery__wrapper .owl-stage {
	width: 100% !important;
	transform: none !important;
}
.woocommerce-product-gallery__wrapper .owl-nav,
.woocommerce-product-gallery__wrapper .owl-dots {
	display: none;
}
.woocommerce-product-gallery__wrapper .owl-stage .owl-item {
	margin-bottom: 4px;
}
}

Best Regards.