How to remove brand logo from product thumbnails in shop/category
-
How do I remove the brand logo from product thumbnails in shop/category?
Hello,
Thank you very much for choosing our theme and for contacting us.
In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”
If you have any questions please feel free to contact us.
Best Regards
Hi there,
Thanks for your quick response,
We opted to not use the tag/attribute system for brands as we required static brand pages which could be tracked in Google Analytics. We use “Perfect brands for Woocomerce” for this, but I’m pretty sure I checked a setting in the woodmart theme to make the logo appear (I just can’t find this setting now). Is there any way to remove this?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .pwb-brands-in-loop{
display:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards