I have a one page site, where i would like to hide my menu. Is that possible?
Hey maggen,
There’s an option for that at the right (when editing the Page).
Best regards,
Josue
Yes i know that option, but that doesent hide the menu, but only the header title information.
Hi,
Can you post the link to your website please?
Regards,
Josue
yes it’s wstrmnn.dk
i just wanna hide the top menu where it says “Forside”
Try adding this code to the Quick CSS:
.page-id-27 div#header_main {
display: none;
}
Cheers!
Josue
Now it works, but is it also possible to move my logo to the top?
and it is only hiden on that site, it should be hidden on all pages…
Hi,
Change code to:
div#header_main {
display: none;
}
.html_top_nav_header.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0;
}
Best regards,
Josue