Icon size of filter in shop page side bar
-
Dear support team,
I would like to adjust the Icon size of the filter bar in the shop page. I want it to have it like the standard filter “brands”, but I only get small cycled icons. What do I need to do ?
Thanks and best regards,
Julian
Hello,
Please set the settings for the WoodMart WooCommerce layered nav in the Shop page widget area same as in the screenshot below.
Screenshot for Clarification: https://ibb.co/h1gZpJN
Then clear cache and check back.
Regard’s.
Xtemos Studio.
Thanks that worked for “Winzer”
But for the “region” I still see the rounded border do you know why ?
Hello,
You are Most Welcome. The other attributes than the brand are displayed as the color attribute is displayed that’s why there is a round border.
Therefore to remove it try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
#woodmart-woocommerce-layered-nav-5 .filter-swatch > span {
border: none !important;
border-radius: 0;
}
#woodmart-woocommerce-layered-nav-5 .filter-swatch > span::after {
border-radius: 0;
}
Best Regards.