Design Evolved Community Forum

Full Version: Changing text color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make the text into white and also into black. How?

weixiang7326 Wrote:
I want to make the text into white and also into black. How?


If you are using Open Live you just edit the text color values at the bottom of the Skininfo.xml.

If you aren't then you have to go into every single style file and change the foreground property of every single element that has text in it.

foreground:rgb(255,255,255); will give white text in styles.
foreground:rgb(0,0,0); will give black text in styles.

Reference URL's