Home › Forums › WoodMart support forum › Removing Box Around Brand Element › Reply To: Removing Box Around Brand Element
September 30, 2024 at 10:32 am
#601241
Aizaz Imtiaz Awan
Keymaster
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