[solved] No Header text ?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Mury
Forum Members
Forum Members
Posts: 56
Joined: Tue Oct 09, 2007 10:54 pm

[solved] No Header text ?

Post by Mury »

Hi folks - just installed - all seems ok so far :)
Just notice that the top header has only the CMS Made Simple Image only on the green background - and no Site Name?

I cant seem to find where I change that - I guess its in the stylesheet?
Actually I want to remove the image totally and just use text ie use divs to lay out text.
I have found a forum post to do that -- just need some starters to find things :)
Any ideas
TIA - keep well
Last edited by Anonymous on Wed Oct 10, 2007 9:37 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: No Header text ?

Post by Dr.CSS »

In a default install CSS, Layout: Left sidebar + 1 column, look for this...


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 */
}
Mury
Forum Members
Forum Members
Posts: 56
Joined: Tue Oct 09, 2007 10:54 pm

Re: No Header text ?

Post by Mury »

Hi Mark, found it - thanks heaps.
Locked

Return to “[locked] Installation, Setup and Upgrade”