Archived topic
Sticky Menu Bar
7 replies · Started by Mary on January 19, 2022
Hello,
Is there a way to have the menu navigation to be sticky when scrolling throughout website?
Also, if it's possible to have the menu background to not be transparent, so when scrolling it stays seen.
I have tried using the customize > layout > sticky header, and it will create the menu transparent and it'll shift everything to the left rather than it staying its fixed place.
Thank you.
Hi Mary,
and it will create the menu transparent and it’ll shift everything to the left rather than it staying its fixed place.
Can you go to customizer> layout >sticky navigation, set it to on ?
Then link us to your site, so we can see this issue.
Let me know :)
I have turned it on- here is the link to the site.
Ah you'll need to upload a logo at customizer> layout > sticky navigation.
Let me know if that helps :)
Ying, I've added the logo and the logo image just blew up in size and didnt stay the same size.
I would like the navigation bar to also not be transparent because when you scroll, the white lettering gets lost.
Try add this CSS:
nav#sticky-navigation img.is-logo-image {
width: 240px;
height: auto !important;
}
nav#sticky-navigation {
background-color: blue;
}
.header-wrap {
z-index: 20;
}
looks good! is there a way to change the color to be almost the exact blue by inputting a RBG or HEX?
Yes, you can replace the bluewith a HEX or RGB code :)