How do I change the body text font color in _ycgu_max_ 2.0?

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
solarchaos
Rank 0
Rank 0
Posts: 2
Joined: November 5th, 2007, 2:06 pm

How do I change the body text font color in _ycgu_max_ 2.0?

Post by solarchaos »

I can't figure out how to change the font color of the body text for this skin. Any thoughts?
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How do I change the body text font color in _ycgu_max_ 2.0?

Post by Paul »

Edit file _ycgu_template.css :D .
User avatar
solarchaos
Rank 0
Rank 0
Posts: 2
Joined: November 5th, 2007, 2:06 pm

Re: How do I change the body text font color in _ycgu_max_ 2.0?

Post by solarchaos »

Hi Paul,

Thanks for the response. I put color tags all over the file and still didn't see anything change - any other possibilities for changing the text color from black to something else?

Thanks.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How do I change the body text font color in _ycgu_max_ 2.0?

Post by Paul »

Find this in that file:

Code: Select all

body, td, th, input { color: black; }   /* text color */
Make sure you clean the cache of your browser.
Post Reply