Home Forums WoodMart support forum Hide logo artist on filter Reply To: Hide logo artist on filter

#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