Hide all mega menu sub-categories / sub-categories sidebar in mega menu

Posted in: Newspaper
Post count: 15

Please see attached screenshot. How can I hide the mega menu sidebar for a particular main nav header menu item? I want to show the mega menu, but only the top level “News” category’s recent posts. I don’t want visitors to see a sidebar that contains the “News” category’s sub-categories.

Post count: 15

Here is a link to view the screenshot I was referring to above: https://app.box.com/s/pfu9go8xihlh2s667vartgqe6q8sv0mn

Post count: 23312

Hello seanhelmes,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_mega_menu_sub_cats{
display:none;
}

Thanks.

Post count: 15

How can I apply this to just one mega menu? On most main menu mega menus I don’t want sub categories to show but on a few I do.

Post count: 23312

Hello seanhelmes,

You should create your own custom CSS code with that restrictions, sorry! Above, I gave you a single example but then you have to customize yourself what you want to achieve, sorry! We can not provide custom work at the moment, sorry!

Thanks for your understanding!

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