Jump to content

Change Font Color


Recommended Posts

No, but you can set the overall font color in global.css. Find your 'body' tag and change the 'color' to any color you want. It should look something like this --

 

body{
font:normal 11px/14px Arial, Verdana, sans-serif;
color:#222;
background:#fff
}

 

Change 'color:#222' to any color you want. The problem you are going to face is that most modules override the font color within the module css.

 

Marty Shue

Link to comment
Share on other sites

Yes, it did! Now I will do some more searching to find where it is for the payment page and other pages! I appreciate your help. BTW, I noticed your business name. I have family in NC, brother in Mooresboro and brother-in-law just outside of Asheville. Have a great day!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...