Home › Forums › CSS › [Solved] Hide menu item from menu › Reply To: [Solved] Hide menu item from menu
December 8, 2014 at 1:28 pm
#190326
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.