Page 1 of 1

disable textpage title on top of page ?

Posted: 04 Nov 2008, 14:53
by nolly
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

Posted: 05 Nov 2008, 00:36
by mjau-mjau
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.