I’m using the Emerge theme and i need to change the size of the thumbnails on the product page. I need them to be bigger because some customers are not aware they can click to enlarge.
Here is a link to a product page; https://dgstore.co.nz/products/polo-royal-blue-cs?_pos=3&_sid=eeda32eea&_ss=r
1 Like
@directgroupnz
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 1024px) {
.product-page--thumbs {min-width: 140px;}
.product-page--thumb {max-width: 140px;}
}
This worked great, thank you!
1 Like
@directgroupnz
it’s my pleasure to help us