Home › Forums › WoodMart support forum › Bordered grid in products › Reply To: Bordered grid in products
February 14, 2024 at 1:53 pm
#539975
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.products-bordered-grid .wd-carousel-inner {
margin: 0;
border: none;
border-radius: unset;
}
Best Regards.