Home › Forums › WoodMart support forum › hot to select the main menu links text in css › Reply To: hot to select the main menu links text in css
April 9, 2019 at 8:28 am
#117781
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-color-dark .navigation-style-default .item-level-0>a {
color: #333;
}
Replace the color as per your needs.
Best Regards