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 4 years, 4 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 3, 2020 at 12:34 pm #216212 Simone2701Participant hello, 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 NoromitMember Hello, 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 Simone2701Participant I’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 NoromitMember Hello, 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 Author Posts Tagged: Hide header Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register