This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hi all,
I've just upgraded to the latest version and now I got the ugly home.gif icon appearing on my menu. Is there a setting to remove this?
Thanks
Peter
Hi Peter,
I think this question should be directed at the design forum. To remove the home icon from the menu I added the following line to stylemenu.css in my website's skin folder;
div.AspNet-Menu-Horizontal li img {display:none;}
I'm using the horizontal menu.
Best Regards,
Vince.
Hi,
This has been discussed before in this thread, and we also have a note about it in our sticky thread about skin changes from each release. It is good to check that sticky thread after each upgrade.
Best,
Joe
Thank you Vince and Joe for you help.