How to remove navigation menu from sidebar?

Posted in: Newspaper
Post count: 16

Hello,
I am using Newspaper 6 theme, thanks so much for the great theme. I Created two Menus (Top + Main). I made some categories to my page but it shows a navigation menu on the right sidebar and I don’t want it. I want to remove automated navigation menu on my sidebar. Here’s my website http://www.zenji255.com

Do you have a suggestion on how to do that?

Thank you!

Post count: 23312

Hello razakey,

I have checked your website and I saw your menu-nav into your sidebar. I suppose that you have set it with Visual Composer with WP Custom Menu element. You can check your configuration into your panel and you should to exclude it from your sidebar. Another alternative would be to hide it with a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/xynPdzjzd3

.td-ss-main-sidebar .widget_nav_menu {
display:none;
}

The result -> http://screencast.com/t/JLracsj3D4

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 16

Hi, Thank you It helps and works well. and I forgot another thing is I want to add Trending Now on my website I tried to check every setting on the theme panel I didn’t find it. (I try to add a screenshot but I can’t sorry)
Can you help me please?

Thank you

  • This reply was modified 10 years by razakey.
Post count: 22421

Hi,
The trending now element is a visual composer element named a news ticker: http://screencast.com/t/1gCDhxmTE
You can add it to your page as any other VC element.
Thank you!

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