Home › Forums › WoodMart support forum › Hide header initially? Hide header initially? This topic has 1 reply, 2 voices, and was last updated 3 years, 7 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 13, 2022 at 4:15 pm #352593 eylulgormusParticipant Hi, how can I hide the header initially and only show it when user scrolls down? I tried the following css but it didn’t work. Thank you! .whb-main-header .whb-general-header:not(.whb-sticked) { display:none; } .whb-sticked .whb-main-header .whb-general-header { display:block; } February 14, 2022 at 7:15 am #352711 Aizaz Imtiaz AwanKeymaster Hello, Please replace the CSS with the following then check back. .whb-header { display: none; } If it still doesn’t work then provide the login details of the website. Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register