Home › Forums › WoodMart support forum › I need to change color of text in one header menu › Reply To: I need to change color of text in one header menu
December 10, 2019 at 2:29 pm
#162453
Aizaz Imtiaz Awan
Keymaster
Hello,
I define custom CSS class in your menu item and then use the below CSS code in global custom CSS area under theme settings >> custom CSS:
.customBg, .customBg .sub-menu-dropdown{
background: #008895;
}
.customBg a .nav-link-text{
color:white;
}
Result: https://jmp.sh/TIdOgX6
Best Regards.