Hey guys,

How to change color font for sticky Menu in Homepage in Light Mode? The problem is when I scroll page down Menu Items are not visible because they are white. When I don't scroll it's alright because white color is visable in transparent Menu over the dark slideshow. Is it even possible?

Dark mode works perfetly. Any other pages in Light mode besides homepage with slideshow works perfectly as well.

@m4ciekk,
I have added a custom style to enhance the menu color for the sticky menu when switching to the light theme.

.top-away .header-transparent .navbar-nav > li.nav-item > .nav-link {
    color: #333;
}

.top-away.dark-active .header-transparent .navbar-nav > li.nav-item > .nav-link {
    color: #fff;
}

Kind regards,

    5 days later

    cssyeah
    Thank you so much. I couldn't figue out it by self. It helped. Thanks once again!

    Write a Reply...
    You need to Login to view replies.