Prevent Mega-menua from displaying sub-categories

Posted in: Newspaper
Post count: 3

Hi,
We’d like to have the Mega Menu only display Parent categories and exclude the child-categories.
Example:
Parent Category = African Destinations
Child Category = Rwanda

Mega menu displays both categories(Parent and child), instead we want it to display only the Parent Category (African Destinations category).

Please advise soonest.

Thanks in advance.

Sizwe

Post count: 18283

Hello !

Please try this code and let me know how this works:
.td_mega_menu_sub_cats {
display: none
}

You can paste this code here: https://www.screencast.com/t/qos8HlfmnE

Let me know how this works for you !

Thank you !

Post count: 3

Hi Vlad,

No unfortunately this is not what we require, the code you supplied hides all the Categories, we decided to code the css ourselves and this snippet is what we used; .block-mega-child-cats a:nth-child(n){
display:none;
}

But thanks for your support.

Kind regards,

Sizwe

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