Removing Box Around Brand Element
-
hi, l want to hide the box and hover effect that appears around the brand attribute element on product pages
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
please see attachment and link
Attachments:
You must be
logged in to view attached files.
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
l provided another link, you can click on any product to see the “brand” link
l’ve provided admin details below
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
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?
Hello,
Could you please share the URL of the product page where you’re experiencing the issue?
Best Regards
l’ve attached the link to a product page layout
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