Scrolling the menu items will change to a light color
-
Hi, I have the same problem, but I don’t understand what you wrote:
https://xtemos.com/forums/topic/sticky-header-colors/
What css should I add so that when scrolling down the menu items will change to a light color
i also have problem with dropdown it is 100% not 95% like menu how can i align dropdown with header…
Hello,
1. Could you please provide access to the admin dashboard so I will check the settings of your website.
2. I suggest adjusting the dropdown width to an appropriate size. You can refer to this screenshot for guidance: https://prnt.sc/mdsPrA9zbSOB
Once you have made the necessary changes, kindly recheck the issue to ensure that it has been resolved.
Let me know if you need further assistance.
Kind Regards
-
This reply was modified 2 years, 5 months ago by
Luke Nielsen.
I just don’t want static in px because I don’t have a static header, only a percentage value
Hello,
The below code can help you to achieve that, please paste it into the “Desktop CSS” area in Theme Settings -> Custom CSS.
.home .whb-sticked .wd-nav-main li a{
color: #fff;
}
.home .whb-sticked .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
background-color: rgb(232 225 225);
}
.home .whb-sticked .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
color: rgb(242 242 242);
}
Kind Regards