Sticky header menu colour
-
Hello,
My codes are not working for css from the updated. How can I make the sticky header menu colour a different colour?
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
Thanks this worked.
What about for the menu icon on mobile on the stick header?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-sticked .wd-tools-element>a{
color:orange;
}
Best Regards