Search…

X3 Photo Gallery Support Forums

Search…
 
frostyIntrepid
Topic Author
Posts: 18
Joined: 24 Oct 2006, 22:37

Website Title

07 Dec 2008, 05:47

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!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

07 Dec 2008, 23:47

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;
}
 
frostyIntrepid
Topic Author
Posts: 18
Joined: 24 Oct 2006, 22:37

08 Dec 2008, 01:57

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

09 Dec 2008, 01:59

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.