Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Remove white menu bar at top of website
Hello,
I'm trying to remove the menu bar at the top of my splash page. I have set my pages to be hidden but the white bar is still showing when you scroll down. Please see https://fbhelpforbusiness.weebly.com.
I have added the following header code but it hasn't worked.
<style> .header-wrap { display: none !important; } </style>
Many thanks,
Emma
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
Adam7

10-07-2018
01:51 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey @emcoles16! Try this code instead:
<style> .unite-header { display: none !important; } </style>
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report