Hello,
Please enter the row settings and change the row flex layout. Find our documentation tutorial about this here:the https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-sticked .wd-nav[class*="wd-style-"]>li>a {
color:white;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li>a:hover {
color:red;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li.current-menu-item >a {
color:red;
}
If you have any questions please feel free to contact us.
Best Regards