Hide menue

Posted in: Newspaper
Post count: 4

Hi everybody, I was wondering if there is a way to hide the menu on the landing page.
Thanks a lot! Luke

Post count: 23312

Hello Newspaper,

There is an option for it in panel, like the empty page template as you can see here -> https://www.screencast.com/t/PIe16Dn3y

Thanks.

Post count: 136

I can’t find this option on Newsmag theme?
Also can’t find the hide search icon?
Thanks

Post count: 23312

Hello WakeUpCallProject,

Sorry, my bad! This screen was made from Newspaper Theme. You should use a bit of CSS code to hide the search icon. Use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.header-search-wrap{
display:none;
}

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.