Home › Forums › WoodMart support forum › Variable Product Help › Reply To: Variable Product Help
April 13, 2019 at 3:41 pm
#118635
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .swatches-select .colored-swatch,
body .swatches-select .image-swatch {
width: 75px;
height: 75px;
border-radius: 50%;
}
This code will increase the swatches. http://prntscr.com/nbgpfo You can set any width and height. If you want to remove the border-radius, set zero.
Best Regards