Home Forums WoodMart support forum Bordered grid in products Reply To: Bordered grid in products

#539975

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.