Site name not appearing in default template [solved]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
magiric

Site name not appearing in default template [solved]

Post by magiric »

I've just installed CMSMS and I'm impressed  :)

I'm using the default 'left simple + 1 column' template but can't work out how to get the site name to appear. It's set up correctly in  'Global Settings' but all I see is the standard CMSMS banner/logo. Do I need to provide a custom banner? If so, where do I put it?

I'm obviously missing something very basic but would appreciate a prod in the right direction.

Many thanks.
Last edited by magiric on Wed Dec 20, 2006 5:09 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Site name not appearing in default template

Post by Dr.CSS »

The header logo is set in the Layout CSS if you look in the "Layout: Left sidebar + 1 column" you will see...

div#header h1 a {
/* you can set your own image here */
  background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px;
  display: block;
  height: 80px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

This images/cms/logo1.gif    is where the default logo is but you should put yours in uploads/images and call it with (uploads/images/yourimage.jpg) or whatever the extension is .gif, .png, etc. and adjust the height to your images size...
magiric

Re: Site name not appearing in default template

Post by magiric »

That's great  :D

Thanks for the fast response, much appreciated. I'll try it asap, but not while I'm at work  ;)
Locked

Return to “CMSMS Core”