Site logo

Archived topic

Help Me Remove Header Please (without css)

4 replies · Started by Nat on January 21, 2016

Viewing posts 1–5 of 5

Hi,

This is so frustrating. Yesterday, I was able to remove the header from a website without any css code like .site-header {display:none}. I want to do the same with another site I'm working on but I can't figure out what or how I did it.

I also bought the add-ons but did NOT use the disable elements option to remove it. In fact, I want to remove the header from all pages (not specific ones). Is there any other way to do this?

I know that I can simply add the css code, but this site is for a client and he wants to edit it himself without any coding skills.

Thanks

Nat

Hey,

It's me again. I actually used css to remove the header only a different one. I noticed that I have this:

.inside-header {
padding-top:0px;
padding-bottom:0px;
}

Sorry for the confusion!

Hi Nat,

In order to remove the entire header from your site you'll need to add code of some kind.

.site-header {
    display: none
}

That's the easiest code.

The alternative is a PHP function I can give you.

Let me know :)

Thank you Tom! I really appreciate your time. BTW, love the theme and add-ons. Thanks for doing something so great.

Thanks for using it! :)

This archived topic is closed to new replies.