Tagged: hide header
Dear Theme Horse Support Team,
I would like to hide the header text from my home page, only. Could you please provide the CUSTOM CSS code that I need to use?
Thanks and regards,
Juan.
Just to clarify, I would like to hide the whole header from my home page. But I need it available on the other pages so the customers can go back to the home page.
Regards,
Hmmm.. Inspired by this other reply I managed to achieve it by using the following code:
.home .hgroup-wrap { display: none; }
Not sure if this is the correct way or not.
Hi contacto,
Yes that’s the correct way to hide the header on the homepage. Also please do search before posting any topic.
Thank you!