Search…

X3 Photo Gallery Support Forums

Search…
 
nolly
Topic Author
Posts: 21
Joined: 04 Jul 2008, 14:19

disable textpage title on top of page ?

04 Nov 2008, 14:53

Is it possible to disable the textpage title displayed on the top of the textpage.
I tried with a blank space in the title field, it sorta works, but then i have no text in the gallery menu.

nic
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

05 Nov 2008, 00:36

Well, there is only one title for a textpage and that will display in the menu and at the top of the textpage. However, I may have a solution for you:

Open the CSS/stylesheet for the theme you are using, and locate the class:
Code
.textpage_title{
..
..
display: none;
}
You can keep the code there, but add the line "display: none;" which will prevent the text from displaying.