Page 1 of 1

Website Title

Posted: 07 Dec 2008, 05:47
by frostyIntrepid
Hi All,

I have set my website to load the textpage.

The problem is that the title shows Suss Shooting - textpage

Is there somewhere in the configuration where I can delete "textpage" or at least change it to something else?

Thanks in advance!

Posted: 07 Dec 2008, 23:47
by mjau-mjau
Not quite sure what you mean by "the" textpage, and deleting "textpage". A textpage can be created with any title and description of your own. Perhaps you have a link, so I can see what you mean?

You can disable the textpage title by editing the CSS file:
Code
.textpage_title{
   display: none;
}

Posted: 08 Dec 2008, 01:57
by frostyIntrepid
mjau-mjau wrote:Not quite sure what you mean by "the" textpage, and deleting "textpage". A textpage can be created with any title and description of your own. Perhaps you have a link, so I can see what you mean?

You can disable the textpage title by editing the CSS file:
Code
.textpage_title{
   display: none;
}
This is strange, I still can't remove it.

The site is located at http://beta2.suss-shooting.com

Posted: 09 Dec 2008, 01:59
by mjau-mjau
I can't see the title for your textpage ... Perhaps try and clear the cache in your browser. It often caches CSS files so any changes you made aren't visible before you delete the cache in your browser.