fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

How to change the border-radius of the swatches on product page?

How to change the border-radius of the swatches on product page?

Hakik Zaman

Hi Justin,

Thanks for reaching out to us.

It depends on your CSS skill. I can give you the following CSS as an example.

Please add it at Appearance > Customize > Additional CSS

.woo-variation-swatches.single .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
border-radius: 0;
}
.woo-variation-swatches.single .variable-items-wrapper .variable-item:not(.radio-variable-item) {
box-shadow: none;
}

Please adjust yourself if you need any further modifications.

Thank You