Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #662827

    I have a one page site, where i would like to hide my menu. Is that possible?

    #662845

    Hey maggen,

    There’s an option for that at the right (when editing the Page).

    Best regards,
    Josue

    #662847

    Yes i know that option, but that doesent hide the menu, but only the header title information.

    #662862

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #662863

    yes it’s wstrmnn.dk

    #662864

    i just wanna hide the top menu where it says “Forside”

    #662873

    Try adding this code to the Quick CSS:

    .page-id-27 div#header_main {
        display: none;
    }

    Cheers! 
    Josue

    #662874

    Now it works, but is it also possible to move my logo to the top?

    #662879

    and it is only hiden on that site, it should be hidden on all pages…

    #663089

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.