Jump to content

Recommended Posts

Posted

I have a request from a client to have a couple of categories hidden in the Catalog drop-down of their portal, but still have the categories appear on the Catalog page. Does anyone know if this is possible?

 

Thanks!

Dave

Posted

Hi Dave,

 

One option would be to use CSS to hide the ID for that particular menu item.

/*Example*/

#menuLinkItem_1887899_Marketing {
   display: none;
}

Note: this will not hide the category in the catalog tree.

×
×
  • Create New...