02-27-2012, 04:31 PM
For text colour you just use:
color: #000;
If there isn't an option, then it's probably taking it's colour from the ID that it's inside of (I.E. the Body). Just add the above code to your style sheet, changing #000 to your desired colour of course, and it should work.
color: #000;
If there isn't an option, then it's probably taking it's colour from the ID that it's inside of (I.E. the Body). Just add the above code to your style sheet, changing #000 to your desired colour of course, and it should work.