Home › Forums › WoodMart support forum › Variation swatches › Reply To: Variation swatches
August 8, 2022 at 9:25 am
#396050
Luke Nielsen
Keymaster
Hello,
With the help of the below code, you can hide the element “clear filter” and add border color to the active swatch, enter it into the “Global Custom CSS” in Theme Settings -> Custom CSS.
.single-product .wd-swatch.active-swatch {
border-color: #333;
color: #333;
}
.single-product .reset_variations {
display: none !important;
}
Feel free to reach out to me anytime when you have anything more to say.
Kind Regards