dhealy72 Posted February 19, 2019 Posted February 19, 2019 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
kjacobson Posted February 19, 2019 Posted February 19, 2019 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.
Recommended Posts