Home Forums WoodMart support forum Product Swatch border Reply To: Product Swatch border

#323563

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.swatch-on-grid.swatch-with-bg {
    border: 1px solid grey;
}

.woodmart-woocommerce-layered-nav .swatches-normal .filter-swatch>span {
    border: 1px solid grey;
}

Regards.
Xtemos Studios