Home › Forums › WoodMart support forum › disable header disable header This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 7, 2021 at 2:58 am #311235 towipiParticipant I want to disable the header from a specific page I want the page to be blank without a header like coming soon page August 7, 2021 at 7:48 am #311250 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .page-id-11 .whb-header { display: none; } You can try replacing the page-id with the id of the page you want to hide the header. Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register