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?
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 :)
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 .
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,
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.
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!
That did the trick! Thanks heaps, Andrew!
Cheers
Hi, Andrew
Actually, that removed my menu. Now what? :(
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
Hooray! That worked!
I got rid of this too: .page-id-3166 #header-secondary-outer {display: none;}
Thanks heaps, dudes!