If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
How do you get the "Menu icon" option to appear in the under the Page Settings menu?
I saw an earlier post that reference jsavard-mojoportal skin, which showed that option.
How can I get it to show up in a custom skin?
I've compared the style.config and layout.master files, but do not see what I am missing.
Thanks.
Hi Jerry,
Look for this in your CSS
.logolist,.pageicons,.skiplink { display:none; }
change it to
.skiplink { display:none; }
Hope it helps,
Joe
Great! Thanks.