Home / Forums / WoodMart support forum / Hide header on a specific page
Home › Forums › WoodMart support forum › Hide header on a specific page
Hide header on a specific page
- This topic has 3 replies, 2 voices, and was last updated 5 years, 3 months ago by
Elise Noromit.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
August 3, 2020 at 12:34 pm #216212
Simone2701Participanthello,
I need to hide the header on a specific page, When I select “none” in the page settings it doesn’t work.
There’s a custom CSS I have to use to hide header? On both mobile and desktop.
Thanks
Simone
August 3, 2020 at 3:42 pm #216267
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.home header{ display:none; }Best Regards
August 3, 2020 at 4:24 pm #216276
Simone2701ParticipantI’ve done, but it is not working.
I need to hide the header only on a specific landing page. I’ve attached the page link in the space below.
Thanks
August 4, 2020 at 6:36 am #216349
Elise NoromitMemberHello,
This CSS was for the home page. If you need any other page, add this code:
body header{ display:none; }To this area of the page: https://prnt.sc/ttmpxb
Best Regards
-
AuthorPosts
Tagged: Hide header
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to create new topics. Login / Register