Home › Forums › WoodMart support forum › Remove outline from brand › Reply To: Remove outline from brand
May 23, 2024 at 7:05 am
#567583

Hung Pham
Keymaster
Hi tntd,
Please use below code:
[class*="wd-swatches"].wd-text-style-4 span.wd-swatch.wd-text {
border: none;
}
Regards,