Showing brand name on product grid
-
Hi , how to show brand name instead category name on product grid.
Thanks, Grega
Hello,
Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
I’d be happy to assist if you have any other questions or concerns.
Kind Regards
Ok, yes please, I cant find options for Typo setting for Product brand widget on single product page. Also cant find for breadcrumbs (active – Bold). See attached file
Attachments:
You must be
logged in to view attached files.
Hello,
All settings for the “Brands” you can find in Theme Settings -> Shop -> Brands, also via Products -> Attributes -> brands attributes (https://prnt.sc/0r722qhXBb_7).
The typography for the “Brand” text you can change through Theme Settings -> Typography -> Advanced -> create a rule and set the “Custom Selector” item with the below custom selector.
.single-product .wd-product-brands .woodmart-product-brand
You can remove the “bold” style for the last breadcrumb via the custom code, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS
.woocommerce-breadcrumb .breadcrumb-last {
font-weight: 400;
}
Kind Regards