Disable header menu

Posted in: Newspaper
Post count: 33

Is there a way to totally remove header menu on desktop and mobile? I’ve got only a handful of articles and would like to have only 1 category in the beginning.

Thanks!

Post count: 23312

Hello zetam1320,

If you want to hide your header menu, it is necessary to use a bit of CSS to hide it and for better result also is required to reduce the padding-top of the main container. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/zlMalPVRW0ku

.td-header-main-menu {
display:none;
}
.td-main-content-wrap {
padding-top:0px!important;
}

The result you should see here: http://screencast.com/t/KFuyMLukshH

If is not what you mean, please provide more details.

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.