Search…

X3 Photo Gallery Support Forums

Search…
 
imsam
Experienced
Topic Author
Posts: 60
Joined: 30 Sep 2006, 00:29

How do I change the color and font style of image title?

10 Dec 2008, 22:53

Hi,

How do I change the font style and font color of the text that appears right above the image i.e. Title and description?
Thanks,

Sam
 
MorningWood
Experienced
Posts: 60
Joined: 13 Nov 2008, 14:31

11 Dec 2008, 03:50

You can edit those by editing the css-file of your theme.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: How do I change the color and font style of image title?

12 Dec 2008, 00:18

imsam wrote:How do I change the font style and font color of the text that appears right above the image i.e. Title and description?
To answer that question specifically, go to admin -> Themes -> "edit" your theme -> "Edit theme stylesheet" -> Locate the following classes:
Code
.text_1_title {}
.text_1_description {}
Now, you can change or add styles to those classes, to format the text as you like. More information on using stylesheets for flash here:
http://livedocs.adobe.com/flash/mx2004/ ... 01015.html
 
spiritx
Experienced
Posts: 30
Joined: 29 Sep 2008, 07:38

Re: How do I change the color and font style of image title?

12 Dec 2008, 07:30

mjau-mjau wrote: To answer that question specifically, go to admin -> Themes -> "edit" your theme -> "Edit theme stylesheet" -> Locate the following classes:
Code
.text_1_title {}
.text_1_description {}
Now, you can change or add styles to those classes, to format the text as you like.
Hi Karl, just one question about this stylesheet : i know how to modify it, but i'm often looking for to know which styles corresponds to wich elements in the interface. Is there a description somewhere or will you make a small documentation about this ?

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

Re: How do I change the color and font style of image title?

13 Dec 2008, 00:54

spiritx wrote:Hi Karl, just one question about this stylesheet : i know how to modify it, but i'm often looking for to know which styles corresponds to wich elements in the interface. Is there a description somewhere or will you make a small documentation about this ?
Ok, I created a CSS reference list here:
viewtopic.php?p=13450

Perhaps in the future, I will also have time to create snapshots for what text items the CSS classes represent.