Hi
I have a little problem with the menu, when i wanted it to hide on load, but it should appear when i scroll down. i put this code into optional theme css:
#Top_bar:not(.is-sticky) {
display: none;
}
This works but i have one big problem. when i am on the top of the page (onload) the logo isn't shown here. but when i scrolled a little down and then i refresh the page.. the logo is shown in the menu bar. so the function with display:none also hides the logo in the menu bar
Comments