Filter By Brand – Brand logo size
-
Hello.
Please, how can i set size of Brand logo, in Filter by brand?
Thank you very much.
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Appearance > Widgets, then locate the Shop Page Widget Area. Open the WooCommerce Layered Nav Widget and adjust the swatch size as needed.
See the Screenshot for a better understanding: https://ibb.co/TB2nkRgL
Best Regards,
Hello.
I set this. But Brand logos is still small. Can i set size by CSS code?
Thank you very much.
Hello,
Could you please share the page URL along with the site WP Admin URL and Credentials so that I can check the settings for you on your site and provide you with a fix?
Best Regards,
This Brand in Filter i mean. I wanna set size for it.
Attachments:
You must be
logged in to view attached files.
Hello,
To increase the size of the images of brands in the sidebar. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-woocommerce-layered-nav .wd-swatches-brands .wd-swatch.wd-bg {
height: 70px;
width: 100px;
}
Best Regards,