Page 1 of 1

Setting text colors/sizes with CSS

Posted: 27 Aug 2009, 09:01
by jacobholm
This might be very easy, but I just can't find where to do it. I want to change the size and color of the text in the contact form, as well as in textpage_1(etc).. It occurred to me that I have to edit some swf files to change the contact form?

/Thanks in advance,
Jacob

Posted: 31 Aug 2009, 05:28
by mjau-mjau
You edit your theme CSS stylesheet to change ALL text styles in the gallery. Read more about it here:
viewtopic.php?t=4270

You should see references to the contactform in the stylesheet, and dont forget the global styles also if you wanna change main text.

As for "changing" the contactform, you can change the text styles with the CSS as specified above, but you can ´t CHANGE the contactform itself(eg. adding more items or moving them around). That would require editing the FLA source file.

Posted: 31 Aug 2009, 08:57
by jacobholm
This seems to be all the information I needed =) Thank you!