Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Hide menu item from menu Reply To: [Solved] Hide menu item from menu

#190326
Paulie_D
Member

#top-menu li.cat-item.cat-item-2 {
display:none;
}

but you should be aware that this isn’t a proper fix*…the CMS shouldn’t be feeding that into the menu if you don’t want it to….but perhaps that’s another issue entirely.

*It may have knock-on effects we’re not aware off too.