Okay
  Public Ticket #876617
How to remove the header
Closed

Comments

  •  2
    Eduardo started the conversation

    Hi,

    I'm trying to remove the header that displays "Not Just An Average WordPress Theme / WELCOME HOME STRANGER". I went through other tickets and they either don't work (like this article) or the links are broken/not live anymore.  

    Tried css entries, removing the color background (?), changing the template.. You name it! Can you guys help me out?

    Cheers,

  •  3,027
    Andrew replied

    Hi Eduardo,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may use the following Custom CSS Code to accomplish this request. 

    /*Removes the Header From The Home Page*/
    .home  #header-space , .home #header-outer {
    display:none;
    }
    

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    Please let me know if there are any more questions that I may answer for you :)

    Cheers! 

  •  2
    Eduardo replied

    That did the trick! Thanks heaps, Andrew!

    Cheers

  •  2
    Eduardo replied

    Hi, Andrew

    Actually, that removed my menu. Now what? :(

  •  8,994
    Tahir replied

    Hey Eduardo , 

    What you are referring to is actually the Page Header. To Remove it you will have to remove all the fields in the Page Header Settings Metabox  . Also be sure to clear the Color Fields by clearing the value and pressing Enter . 

    Cheers 


    ThemeNectar Support Team 

  •  2
    Eduardo replied

    Hooray! That worked!

    I got rid of this too: .page-id-3166 #header-secondary-outer {display: none;}

    Thanks heaps, dudes!