Home › Forums › WoodMart support forum › Variable products images – Preview on shop page and product page › Reply To: Variable products images – Preview on shop page and product page
April 23, 2018 at 3:37 pm
#54066
Elise Noromit
Member
Hello,
Please try this CSS code to Theme Settings > Custom CSS:
.swatches-select .colored-swatch, .swatches-select .image-swatch {
width: 60px;
height: 60px;
border-radius: 50%;
}
If you want to increase/decrease the size change width and height values, but they should be the same.
Best Regards