How to remove header/nav bar

Hi all,

I am trying to remove the top nav menu from all pages of the shapely theme. I have tried the following css, which serves to remove the innards of the nav bar, but as you can see in the attached image that the white space remains. Is there a code to remove this permanently?? Thanks for any help :slight_smile:

header{display:none;}

My mistake! It seems the above code does work it just wasn’t updating on the customize page in real time. Mods please remove (or keep for posterity!)

Hi @cmagnet,

Glad it works. :slight_smile:

Let us know if you have any other questions.

Thanks,
laranz.

Hi there @laranz

What additional code do I need to add to remove the header just from the landing page?

I can remove the menu and if I use cmagnets code it removes the header - but from all pages.

I just want the header gone from the default home landing page?

Thanks for any help

pelagos1

I just figured it out.

.home header {
display:none;
}

thanks

Hi @pelagos1,

Glad you figure it out. :slight_smile:

Let us know if you have any other questions in a separate thread.

Thanks,
laranz.