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.
for the Banner/Title, not plain text.
http:\\www.abnormaltruth.net
I need the text at the top gone the text is :
Abnormal Truth: Paranormal News & Discussion
Abnormal Truth: Paranormal News & Discussion
http://www.concrete5.org/community/forums/usage/remove-domain-name-from-page/#38484
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:
To this:
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; }
Do you have link to page to take a look