Home › Forums › WoodMart support forum › Hide the separator line in the grid products page if no attributes › Reply To: Hide the separator line in the grid products page if no attributes
July 11, 2024 at 9:32 am
#582568
Aizaz Imtiaz Awan
Keymaster
Hello,
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.wd-product.wd-hover-fw-button .wd-product-countdown {
border-top: 0px !important;
}
Best Regards.