How to disappear the brand name shown on shop filter page
-
How to disappear the brand name shown on the shop filter page as shown in the image below, I wanted only the brand images to need to be visible and not the names how?
And some of the brands don’t have images only those can be visible but others need to be visible only images
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please Go to Appearance >> Widgets >> Edit Woodmart Woocommerce Layered nav and set the display label to OFF.
Screenshot for Clarification: https://gyazo.com/dac7b4194975595f0ec2c825f6cf3f86
Best Regards
the display label is already OFF but still the names are visible wy?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-woocommerce-layered-nav .swatches-large .with-swatch-text .layer-term-name {
display: none;
}
Best Regards
Due to that, the size of the brand’s image reduced how to increase the size?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-woocommerce-layered-nav .swatches-large.swatches-brands .filter-swatch>span {
width: 90px;
height: 50px;
}
Best Regards