Transparent Header when fixed - white with different color menu links

Hi,

I saw some code that worked to get a transparent fixed header and white on scroll. Thing is, I need to be able to get the menu links to change colors on scroll.

Ideas?

Thanks

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

.x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a {
    color: #000;
} 

Let us know how it goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.