Changing the background color of the "Brand" Attribute.
-
Hi,
I have uploaded the logos of the “Brands” in .png with a transparent background but when they are displayed on the product page they appear framed with a background of another color.
(Attached image)
I have tried uploading them with a white background but a box of the same color is generated and I don’t like the result either.
Is it possible to modify the background of that box with some css code to make it the same as the background of my page?
Thanks a lot
Javi
Attachments:
You must be
logged in to view attached files.
Hello,
Please enter the Brand element and choose the Default style. Most likely you have set the Bordered style: https://prnt.sc/vxtahl
Best Regards
Thank you very much for your answer, could you tell me the route to get there?
I can’t find it.
Javi
Hello,
Please provide the page URL and site admin access to the private area. I do not see brands on the home page.
Best Regards
The logo that I want to upload with a transparent background is not visible on the home page because they only appear on the product pages as they are an attribute.
If you solve it, I would also appreciate if you could tell me which is the route to reach that parameter so that I can do it in the future as well.
I leave you the access data, thank you very much.
Javi
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-image-summary .woodmart-product-brands a {
background:transparent;
}
.woodmart-dark .product-image-summary .woodmart-product-brands a {
background:transparent!important;
}
Best Regards