Page 1 of 1

Regarding about the Header

Posted: Tue Aug 26, 2008 6:30 am
by mixland
Hello i was wondering if it is possible to remove the site name under the header.

eg. say i had a logo saying "Mixland" then the site name saying "Mixlandforums"

how do i remove the text which is found on the header thanks for your time

~Adam

Re: Regarding about the Header

Posted: Tue Aug 26, 2008 1:04 pm
by Sewell
Easy job mixland, open overall_header.html in template and delete:

Code: Select all

{SITE_DESCRIPTION}
from around the logo area.

Make sure it's not the one within the top meta area.
Due to the description within the top meta area, the bots can still see the page description even though you have taken it out of the logo area.

Re: Regarding about the Header

Posted: Fri Aug 29, 2008 5:33 am
by mixland
Sewell wrote:Easy job mixland, open overall_header.html in template and delete:

Code: Select all

{SITE_DESCRIPTION}
from around the logo area.

Make sure it's not the one within the top meta area.
Due to the description within the top meta area, the bots can still see the page description even though you have taken it out of the logo area.
Thank you, i will try it out now.