Brand logos look way to large on product pages
-
Sorry to bother you, but is there any way to reduce the size of the logo on the product pages?
They are all pixelated looking, I rather have it small or nothing. Please help.
Attachments:
You must be
logged in to view attached files.
I just want the brand logo next to the product name as shown. The brand image below is WAY too big, you cant see the desciption.
Attachments:
You must be
logged in to view attached files.
Hello,
The Product Quick View inherits from the single product page as you set the brand image for the single product page after the product content that’s why it is displayed on the product quick view.
Please Go to Theme Settings >> Shop >> Brands. And enable the option.
Screenshot for Clarification: https://ibb.co/q9MDKZ9
Best Regards.
I did this, it still looks like this!
Attachments:
You must be
logged in to view attached files.
PLEASE tell me how to shut off brand image on product page if its going to look so BIG, no one can see that there is content its so big.
James
Hello,
I saw the screenshot you attached. Please add the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.
.pwb-single-product-brands.pwb-clearfix img {
height: 150px;
width: 150px;
}
Best Regards.