Home › Forums › WoodMart support forum › Assistance Needed with Menu Customization › Reply To: Assistance Needed with Menu Customization
November 16, 2023 at 2:16 pm
#512866
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Desktop section:
.wd-sub-menu li {
border-bottom: 1px solid white;
}
.wd-nav-product-cat .wd-sub-menu li a {
color: #2575fc;
}
Add this code in Theme Settings >> Custom CSS >> CSS for mobile section:
.wd-nav-accordion-mb-on .wd-nav-product-cat li a {
color: red;
}
Best Regards.