BRAND LOGO INSTEAD OF TITLE
-
Hi
I want to show brands logo instead of brands title in product loops in shop and category pages. Can you help me with this?
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).
Please Go to Products >> Attributes >> Edit Brands attribute and enable the option as in the screenshot.
Screenshot for Clarification: https://prnt.sc/y43naq
It will display the brand image on the product images.
Regards.
Xtemos Studios.
Thank you for respond. But I want brand logo to be shown instead of Brand name text, between Product title and price. Is it possible?
Hello,
You are Most Welcome.
Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
Regard’s.
Xtemos Studio.
OK. Another question. Is it possible to show brand logo on right-bottom side of product image? By default it shows on left-top side.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
span.attribute-label.product-label.label-attribute-pa_brand.label-with-img {
position: absolute;
top: 120px;
left: 155px;
}
Best Regards.