x

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

578 Views
Message 1 of 2
Report
1 REPLY 1
Square

Hey @emcoles16! Try this code instead:

<style>
	.unite-header
	{
		display: none !important;
	}
</style>
576 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.