Hi, Thanks for using our theme.
You can use the custom css to hide the header. If you want to hide the header just in home page then add the following css in custom css section of Appearance->Customize.
.home #masthead { display: none; }
If you want to hide the header all over the site then use the following css.
#masthead { display: none; }
Hope this helps.
That didn’t work, unfortunately. See the link again.
The header is still there.
Checked the link and it is not our theme so we cannot provide support for it. Please check the theme and contact the theme support/author who might provide you support on this.
Sorry, I initially mis-identified it as Radiate. I have posted to the ThemeHall forum. Thanks anyway.
Hi, I am facing the same problem and I am sure I am using Radiate theme by Themegrill.
I have tried using the code
#masthead { display: none; }
both in custom css section of Customize page, and also in style.css but still nothing changed.
Thanks in advance for help and guidance!
Well.. none of the code worked for me as i posted earlier and i didnt got any response so I had to do it myself..
found this code added it to Custom css field and it worked ..
.entry-header {
display: none;
}