Archived topic
Change Single Product Page Thumbnails Size
1 reply · Started by Pranav on October 26, 2017
Viewing posts 1–2 of 2
Hi,
I want to change size of the thumbnails on product detail page. How to do that ?
Hi there,
Try this CSS:
.woocommerce div.product div.images .flex-control-thumbs li img {
max-width: 120px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.