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

    I am wanting to completely hide the main navigation for a one-page site, including the socket and anything else associated with the nav… all I want to see is the logo. I had a similar issue about a year ago, but the advice that had worked then no longer seems applicable.

    Thanks in advance!

    #829261

    Hey breakpoint,

    Please provide a link to the site in question so that we can inspect it.

    Best regards,
    Jordan Shannon

    #829265
    This reply has been marked as private.
    #829269

    Hi,

    The menu appears to be gone on my end. Can you provide a screenshot of the issue?

    Best regards,
    Jordan Shannon

    #829610
    This reply has been marked as private.
    #829676

    Hi,

    Okay I see. I just tried to log back in but the credentials are no longer working.

    Best regards,
    Jordan Shannon

    #829720
    This reply has been marked as private.
    #829735

    Hi,

    Add the following to quick css:

    #header_main_alternate.container_wrap{
    display:none!important;
    }
    
    #main.all_colors{
    padding-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #829737

    Thanks for the code, Jordan… that did the trick!

    #829842

    Hi,

    Great, I’m glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Navigation for One-Page Site (revisited)’ is closed to new replies.