Home › Forums › WoodMart support forum › Hide logo artist on filter › Reply To: Hide logo artist on filter
May 9, 2024 at 2:23 pm
#564426

Luke Nielsen
Keymaster
Hello,
In this case, try to use the code below:
body .woodmart-woocommerce-layered-nav .wd-swatches-brands .wd-swatch-bg {
display: none;
}
body .woodmart-woocommerce-layered-nav .wd-swatches-brands a{
flex: unset;
}
body .woodmart-woocommerce-layered-nav .wd-swatches-brands .wd-filter-lable {
display: block;
margin-inline-start: 0;
}
Define it in Theme Settings -> Custom CSS. Clear the cache and recheck the issue.
Kind Regards