Hey guys
Is there a way to disable the hiding of menu bar on scroll for specific pages.
Thanks!
Disable Menu hiding on specific pages/projects
Hey guys
Is there a way to disable the hiding of menu bar on scroll for specific pages.
Thanks!
Hey Adan!
This can be done with Custom CSS.
.navbar {
background-color: rgba(255, 255, 255, 0)
}
I hope that helped!
Let mew know if you have more questions!
All the best!
Marius
Hi Marius
Sorry if my question wasn't clear enough. I was hoping to have the ability to disable the automatic hide of the whole navigation bar including the site title and menu.
At the moment I have hide navigation on scroll turned on. I simply want to disable it for a specific page.
Hi Adam!
Ok, I understand what you mean.
This can be achieved by this piece of custom code.
You maybe need to adjust the px.
.slug-home .primary.hidden {
top: 12px !important;
}
It overwrites the hiding.
Let me know if that worked for you!
All the best!
Marius
Hey Marius,
Cheers mate! Did the trick perfectly
Great! Happy to hear!