Good Morning, we are in the process of trying to reboot our Marine website and my employer would really like to have the product gallery images larger on a single product page. I can’t seem to figure out how to do this or if it is just a simple change, code or what. Any help would be great. Thank you
Hi There
Thanks for writing in!
Please try adding this custom CSS under X > Theme Options > CSS:
.single-product .woocommerce-product-gallery__image img {
height: 200px; /* size can be changed*/
width: 200px; /* size can be changed*/
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.