Delete 'All' Category in Mega Menu

Posted in: Newspaper
Post count: 5

Im currently setting up a website in the following URL: http://creativelead.es/IDIBE/.
When you show the ‘PUBLICACIONES’ menu by hovering it with mouse, it displays the following options:

– Todo (all)
– Jornadas y Congresos
– Publicaciones

I want to remove the ‘Todo’ option, I found with firebug that it has an id (#td_uid_27_594e389ea24bb), but when I apply the ‘display: none’ code its not really applying on the element.

The non-working code:
#td_uid_27_594e389ea24bb { display: none !important; }

Is there any way to target it with CSS that im missing?

Post count: 22421

Hello,

The all menu item cannot be removed entirely. You can remove the word all and the menu item will not be there anymore but the posts corresponding to the all menu item cannot go away. https://www.screencast.com/t/7yk00eALb
In order to remove the ALL menu item you should comment out or remove this line of code:
https://www.screencast.com/t/ua9wHUg6Yu

Thank you!

Post count: 5

Thank you so much Bogdan, it works perfectly

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