Splash page - remove nav bar - where to insert code?

Hello,

I haven't looked at code in a long long time so please bear with me! Found answer (listed below) and tried to insert recommended code but wasn't successful in choosing correct div and placement. Can someone help me with which div to choose and which line to insert the code in? 

Would soooo appreciate help on this. I've been trying!!

Found answer I was referring to:

https://community.weebly.com/t5/Themes/Hide-Your-Navigation-on-a-Single-Page-Without-Customizing-You...

Site I am working on (I'd like to remove nav bar from current Home page:

https://thedistantlighthouse.weebly.com

Thx! In advance!

Best,

Rose

387 Views
Message 1 of 3
Report
2 REPLIES 2

@adlh 

First, don't place the code within your CSS. You should place it within the header section (within SEO Settings) of the page in which you want to lose the navigation menu.

Second, code to remove the navigation menu will differ according to the theme. This should work for you:

<style>
div.unite-header { display: none !important; }
</style>

Hope this helps, Gary

373 Views
Message 4 of 3
Report

Gary.... Yes, it helped! It worked Smiley Happy. Thank you I really appreciate it!

363 Views
Message 4 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.