Home Forums WoodMart support forum Variable Product Help Reply To: Variable Product Help

#118635

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