Home › Forums › WoodMart support forum › Hide search header Hide search header This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 30, 2021 at 11:41 am #262609 YasinKsmGParticipant I want to hide search page header. https://ibb.co/87fV91k January 30, 2021 at 12:25 pm #262622 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .search .page-title-default { display: none; } .search .main-page-wrapper { padding-top: 70px; } Regards. Xtemos Studios. January 30, 2021 at 12:53 pm #262629 YasinKsmGParticipant worked thank you. how can I hide left bar on search page? https://ibb.co/HGtGjG0 February 1, 2021 at 6:24 am #262879 Aizaz Imtiaz AwanKeymaster Hello, You are Most Welcome. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .search .sidebar-container { display: none; } Regards. Xtemos Studios. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register