Home Forums WoodMart support forum Sticky header menu colour Reply To: Sticky header menu colour

#288630

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .whb-sticked .wd-nav-main > li.current-menu-item > a{
color:red;
}
body .whb-sticked .wd-nav-main > li > a{
color:yellow;
}

Please set the colors as per your needs.

Best Regards