Home Forums WoodMart support forum Features Requests Reply To: Features Requests

#161861

Jeriss Cloud Center
Participant

Add a theme feature to remove the shadow around the brands logo on product page instead of a custom css code.

/* REMOVE SHADOW AROUND BRANDS ON PRODUCT PAGE */
.product-image-summary .woodmart-product-brands a {
    box-shadow: 0 0 0px rgba(0,0,0,.12);
}