Tagged: hide header
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,
Juan.
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!