Newbie needs help!

Permalink
How do I get rid of my sites name and description. At the top of my page in plain text is the name of my site and description. I can not see anyway to edit this. I want to use a stack with my own graphics
for the Banner/Title, not plain text.

abnormaltruth
 
keeasti replied on at Permalink Reply
keeasti
Do you mean the logo area or the Title bar?
Do you have link to page to take a look
abnormaltruth replied on at Permalink Reply
abnormaltruth
http:\\www.abnormaltruth.net
abnormaltruth replied on at Permalink Reply
abnormaltruth
I need the text at the top gone the text is :
Abnormal Truth: Paranormal News & Discussion
enlil replied on at Permalink Reply
enlil
http://www.concrete5.org/community/forums/usage/remove-domain-name-from-page/#38484
keeasti replied on at Permalink Reply
keeasti
Did enlil's link work for you?

As an alternative, you could also edit main.css around line 17 to hide it instead.

To do it this way, change:

#page #header #logo{ color:#999; font-size:32px; 
   font-family:Arial, Helvetica, sans-serif; 
   line-height: auto; 
   margin-bottom: 0px; padding: 0px; margin-top:8px; cursor:pointer;  left:0px ; z-index:10; width:auto; float:left; position: relative }


To this:

#page #header #logo{ color:#999; font-size:32px; 
   font-family:Arial, Helvetica, sans-serif; 
   line-height: auto; 
   margin-bottom: 0px; padding: 0px; margin-top:8px; cursor:pointer;  left:0px ; z-index:10; width:auto; float:left; position: relative; display: none; }