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!
Hey breakpoint,
Please provide a link to the site in question so that we can inspect it.
Best regards,
Jordan Shannon
Hi,
The menu appears to be gone on my end. Can you provide a screenshot of the issue?
Best regards,
Jordan Shannon
Hi,
Okay I see. I just tried to log back in but the credentials are no longer working.
Best regards,
Jordan Shannon
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
Thanks for the code, Jordan… that did the trick!
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