I tried this CSS but it didn’t work for my WooCommerce product page, Could you please help me to change thumbnails to dots.
BTW the code below works for spacing the sizing of thumbnails. but not for changing them to dots.
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 20% !important;
margin-left: auto !important;
margin-right: auto !important;
}