Menu bar

Posted in: Newspaper
Post count: 2

How the hell do I get rid of the menu bar on the front page? It says “Click here to select or create a menu.” It looks like crap.

Post count: 19

Well.. that is a basic wordpress skill! 😛

Post count: 2

Some of us are not wordpress gurus.

Post count: 1291

Hi,

The menu should appear on all pages, if you didn’t set one that message will appear on each page.
You can disable it by commenting the following line – http://screencast.com/t/BataSrR7fI4W
If you want to disable it for one page only you have to add a condition, ex. – http://screencast.com/t/98xxVBwNrv
For more details on conditions please check this – https://codex.wordpress.org/Conditional_Tags

You can also hide it with custom css(add it in Theme Panel -> Custom CSS):

.td-header-menu-wrap-full {
display: none;
}

Thank you!

  • This reply was modified 10 years by Emil G.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.