Page 1 of 1

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

Posted: 10 Dec 2008, 22:53
by imsam
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?

Posted: 11 Dec 2008, 03:50
by MorningWood
You can edit those by editing the css-file of your theme.

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

Posted: 12 Dec 2008, 00:18
by mjau-mjau
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

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

Posted: 12 Dec 2008, 07:30
by spiritx
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

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

Posted: 13 Dec 2008, 00:54
by mjau-mjau
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.