How to change color of the text menu
-
I want to change menu text color and menu background when scrolling down but i don’t know how
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.whb-general-header .wd-nav.wd-nav-main > li > a, .home .whb-general-header .wd-tools-icon:before {
color: white;
}
.whb-sticked .whb-general-header .wd-nav.wd-nav-main > li > a, .home .whb-sticked .whb-general-header .wd-tools-icon:before {
color: black;
}
Best Regards