Home Forums WoodMart support forum Assistance Needed with Menu Customization Reply To: Assistance Needed with Menu Customization

#512866

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.