- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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:
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Gary.... Yes, it helped! It worked . Thank you I really appreciate it!