No Site Title

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.

This thread is closed to new posts. You must sign in to post in the forums.
10/19/2011 6:19:40 PM
Gravatar
Total Posts 383
Thanks Squire Dude

No Site Title

Hi,

In designing and building my templates in Artisteer I ended up NOT being able to have a Site Title... which leaves the fields blank.  This doesn't seem like a good thing. 

Is there a way to have a Site Title but hide it?

10/20/2011 9:46:36 AM
Gravatar
Total Posts 2239

Re: No Site Title

Hi Phill,

I think you mean that you removed the Site Title in the Site Settings, is that correct? If so, you should set the title in Site Settings and then either remove the portal:SiteTitle control from the layout.master or hide it with CSS.

HTH,
Joe D.

11/18/2011 1:47:17 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: No Site Title

Hi Joe,

Sorry it has taken so long to get back to you on this.

I am thinking that hiding the Site:Title in CSS would be the best solution.  Given that I think that I should add the lines in the mypage.css file.  I am not sure what lines I should be using??? (I am used to the much simpler C# or VB coding) I found the following line in the layout.Master file... <portal:SiteTitle ID="SiteTitle" runat="server"></portal:SiteTitle>

I would think something like - SiteTitle { visible: false; } but that files miserable.. how do I reference the SiteTitel and make it's visible property to false or hidden to true???

Thanks

11/18/2011 3:24:01 PM
Gravatar
Total Posts 2239

Re: No Site Title

Hi Phill,

Use the following to hide it with CSS:

h1.siteheading { display: none; }

Hope that helps,
Joe D.
 

11/20/2011 12:42:49 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: No Site Title

Hi Joe,

Not sure what I did wrong but I added the line you suggested in your previous note and waited 24 hours for it to refresh and I still see the Title on the page.

Maybe I missed something but I did the following...

Downloaded and opened the mypage.css and added the line to the end of the file.

Did I add it to the correct file?  or should it have gone at the end of the stylemojo.css file?

 

11/26/2011 11:56:44 AM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: No Site Title

Okay....

I added the line to the stylemojo.css and it worked...

Ta muchly

You must sign in to post in the forums. This thread is closed to new posts.