Header when scrol background color

Hello,

I have a website https://metronik.si
I am using a Mega Menu plugin for primary menu which is transparent.

The problem is that when the use scrools the menu items are not visible enough.

Is there an option that when the user scrools that the navigation bar background color changes to black?

Best regards
Luka

Hello Luka,

Are you able to get this sorted?

I have just checked your website and I could see that there is a gradient background added to the navigation area when scrolled:

You may also try adding this code in X > Theme Options > CSS:

.x-navbar.x-navbar-fixed-top {
    background-color: #fff;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps.

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