Home Forums WoodMart support forum Changing the background color of the "Brand" Attribute.

Changing the background color of the "Brand" Attribute.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #248566

    javi2javi
    Participant

    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.
    #248696

    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

    #248820

    javi2javi
    Participant

    Thank you very much for your answer, could you tell me the route to get there?
    I can’t find it.

    Javi

    #248948

    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

    #248963

    javi2javi
    Participant

    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

    #249059

    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

Viewing 6 posts - 1 through 6 (of 6 total)