Home › Forums › WoodMart support forum › larger image popup for variation image preview › Reply To: larger image popup for variation image preview
December 4, 2018 at 4:57 pm
#93853
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global
body .swatches-select .image-swatch {
width: 55px;
height: 55px;
}
You can set the bigger size if you need, changing the values.
Best Regards