Search…

X3 Photo Gallery Support Forums

Search…
 
adivaki
Topic Author
Posts: 8
Joined: 05 Sep 2010, 09:54

Contact and Profile titles removing

06 Sep 2010, 14:07

Hello,

Is there a way to remove the title "Contact" or "Profile" or "About" at the top of the textfield in their section.

May someone help me please.

I tried to find something in Imagevue V2 CSS stylesheet in Theme section. But I can't find a deal.

Thank you
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13992
Joined: 30 Sep 2006, 03:37

08 Sep 2010, 06:57

You mean you want to remove the textpage title permanently for ALL textpages? If so, you can edit your CSS:
Code
.textpage_title {
	display: none;
}
 
adivaki
Topic Author
Posts: 8
Joined: 05 Sep 2010, 09:54

08 Sep 2010, 08:20

thank you