How to Delete Main Menu options on Newspaper Theme

Posted in: Newspaper
Post count: 7

Hello, I did purchased Newspapwer theme and working on a new website of my client. I don’t want to keep the main menu as well as top menu for this site. I was able to disable top menu but everytime I was trying to remove the main menu it shows “Click here – to select or create a menu” on menubar of the site. I tried with a custom css but still the text shows into the site.

.menu {
display:none;
}

Is there any way to remove the text from the menubar of the site and and to remove main menu option completely? I tried a lot and there was no solution. A support member or theme author can help me easily.

Looking forward to an answer soon.

Post count: 7909

Hi,

You can remove only that text, you can find it here: http://screencast.com/t/CV0LC8oN
Please try this custom css to hide the main menu: http://screencast.com/t/aLafz6haUWu7

.td-menu-placeholder {
display: none;
}

Hope this helps!

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