Hi there,
After the update I just did on Xtheme today, my navigation that was previously transparent is no longer: https://journeymadison.com/
Any ideas as to what would cause that or how to fix?
Hi there,
After the update I just did on Xtheme today, my navigation that was previously transparent is no longer: https://journeymadison.com/
Any ideas as to what would cause that or how to fix?
Hello @tkcostello,
Thanks for writing in!
Is your navbar position as fixed on top when you scroll the page? Please go to X > Theme Options > Header > Navbar and set the Navbar Position to “Fixed Top”.
Hope this helps. Please let us know how it goes.
That did not completely fix the issue. It goes transparent when you scroll, but when it is at the top, it is gray.
Hi There,
Thanks for the confirmation!
Can you please add this CSS to your Theme option -> CSS and let us know if that works.
.masthead {
position: absolute;
width: 100%;
}
/* if you want to remove the border bottom please add this */
.x-navbar {
border-bottom: 0px;
}
Hope this fixes your issue!
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.