Home Forums WoodMart support forum Removing Box Around Brand Element

Removing Box Around Brand Element

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #600539

    son0002
    Participant

    hi, l want to hide the box and hover effect that appears around the brand attribute element on product pages

    #600688

    Hello,

    Can you share some screenshots for better understanding where you have faced the issue so I will check and give you a possible solution? Also share the page URL.

    Best Regards

    #600935

    son0002
    Participant

    please see attachment and link

    Attachments:
    You must be logged in to view attached files.
    #601003

    Hello,

    Sorry to say I am unable to visit your layout link. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #601038

    son0002
    Participant

    l provided another link, you can click on any product to see the “brand” link

    #601087

    son0002
    Participant

    l’ve provided admin details below

    #601241

    Hello,

    Add the code below in Theme Settings -> Custom CSS -> Global Custom CSS area.

    .single-product .product-design-default .entry-summary:not(.col-lg-4) .wd-product-brands a {
        box-shadow: none !important;
    }

    Best Regards

    #601456

    son0002
    Participant

    The code you provided to remove the border around the brand label isn’t working on layout pages. Could you please provide an alternative solution?

    #601562

    Hello,

    Could you please share the URL of the product page where you’re experiencing the issue?

    Best Regards

    #601755

    son0002
    Participant

    l’ve attached the link to a product page layout

    #601868

    Hello,

    Add the code below in Theme Settings -> Custom CSS -> Global Custom CSS area.

    .wd-single-brands.wd-style-shadow a {
        box-shadow: none !important;
    }

    Best Regards

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