Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-sticked .whb-general-header {
background-color: yellow;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li>a {
color:red;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after {
color:red;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li.menu-item-has-children:hover >a:after {
color:green;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li>a:hover {
color:green;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li.current-menu-item >a {
color:blue;
}
Best Regards