Home › Forums › WoodMart support forum › Remove outline from brand › Reply To: Remove outline from brand
May 22, 2024 at 9:36 am
#567397
tdnd
Participant
Hello,
thank you for the response. I meant the border in Shop filters when Swatch is set to ON, if I am not mistaken is about this code
.wd-text-style-4 .wd-swatch.wd-text {
border: 1px solid var(–wd-swatch-brd-color);
}
But I do not know how is the correct way to put it in CSS.
.wd-text-style-4 .wd-swatch.wd-text {
border: 0px solid var(–wd-swatch-brd-color);
}
Or it should be different
- This reply was modified 6 months, 3 weeks ago by tdnd.