Home › Forums › WoodMart support forum › Product categories Issue › Reply To: Product categories Issue
May 27, 2023 at 3:47 pm
#470486
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:
.category-grid-item .category-link {
border: 4px solid black;
border-radius: 40px;
}
.category-grid-item .category-link:hover {
border: 4px solid green !important;
}
Change the code as per your need.
Best Regards.