X pro navbar

Hello there,

Im working on https://www.davideldib.com/ with the X PRO HEADER… and I have created a transparent nabber — but I can’t find the thread or the option how to make the navbar white when I scroll down… musst be something really easy… but im looking for minutes and I can’t find it :smiley:

Would you please help me develop this ?! Thanks!

  • Navbar at the top transparent (like it is not)
  • navbar changes to white color when scrolling down
  • when I go to other pages the spacing of the navbar before the content begins (its overlapping now)

thank you in advance!

Daniel

Hello Daniel,

Thank you for detailed explanation.
Here is a detailed explanation and suggestion on how to achieve it:

Hope this helps.

1 Like

ok i understand — would you provide me the css for his pls?

thank you!

Hi Daniel,

Try adding this CSS on your header custom CSS:

.x-bar-fixed {
    background-color: rgba(255,255,255,.8) !important;
}

Change .8 to your preferred white opacity. Maximum value is 1

Hope this helps.

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