This is an open forum for any mojoPortal topics that don't fall into the other categories.
How do I remove or hide this line for production. Thanks in advance.
Hi,
I think for now you can clear it from resource.resx. Open this file in /App_GlobalResources and find WelcomeLabel then clear corresponding value for it.
Hope Helps,
Asad
Just look for this in the layout.master file of your skin and remove it.
<portal:WelcomeMessage id="WelcomeMessage" runat="server" RenderAsListItem="true" ListItemCSS="firstnav" />
Thank you very much for your responses. I will try both suggestions and see which works the best. Thanks again.
try only my suggestion, you should not edit resource files to solve this