Regarding about the Header

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
mixland
Forum Member
Forum Member
Posts: 30
Joined: Fri Jul 11, 2008 1:20 am

Regarding about the Header

Post 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
User avatar
Sewell
Forum Member
Forum Member
Posts: 112
Joined: Mon Jul 28, 2008 11:40 am

Re: Regarding about the Header

Post 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.
mixland
Forum Member
Forum Member
Posts: 30
Joined: Fri Jul 11, 2008 1:20 am

Re: Regarding about the Header

Post 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.
Post Reply