Remove Subcategories From Mega Menu

Posted in: Newspaper
Post count: 53

Hi,

I do not want subcategories to appear on the mega menu. Where in the code can I change this?

Tks

Post count: 20688

Hi,

There are 2 mega-menu options available, with or without sub-categories. Both are mentioned here in this guide
https://forum.tagdiv.com/mega-menu/
Create your menus accordingly, without sub-categories if that is what you want.

Thanks

Post count: 53

I know that Simion. But I have to have categories without subcategories, which is not the case.
So, what is the code that I have to change for the subcategories do not appear on the mega menu?

Post count: 20688

In that case a code like this will remove the sub-categories from the left of the mega menu and resize the whole menu grid
Before – https://www.screencast.com/t/jUPkIAbXyfvN
With code added – https://www.screencast.com/t/jzyRRIlZ

.td_mega_menu_sub_cats {
display:none;
}
.td-mega-menu ul.sub-menu {
width: 895px!important;
}

This code will affect all mega menus it’s current form. It could be made more precise if needed.

Thanks

Post count: 53

With CSS we have to resize the menu because only appears 4 posts and not 5. So we have an empty space on the right.

We want to hide the subcategories but have 5 posts. Can you point me the code that I have to change?

Post count: 20688

Then use only the code that hides the sub-categories and increase the number of posts to 5 in this file
https://www.screencast.com/t/1xOFDGkuvK
Result – https://www.screencast.com/t/UoJgGoRiY7

Post count: 53

Tks Simion!

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