| Author |
Message |
djslue Hangin' Around

Joined: Sep 26, 2007 Posts: 27
|
Posted:
Sun Jul 06, 2008 9:29 pm |
|
When people go to register, The font is black on a black background. How can I change the font color ? I included some screen shots to help explain my issue. I need to have the words "(required)" to be in a lighter font.
Thanks
Steve
 |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 4686
|
Posted:
Mon Jul 07, 2008 10:35 am |
|
The problem is that it uses the $bgcolor fields ($bgcolor1, $bgcolor2) defined by the theme to control the background display. This shouldn't be a problem for your theme, since it appears they are black. However, there may be something in the CSS that is affecting the font color. I'm behind a firewall that prevents access to view your site's CSS, but I'd guess that's where the issue is.
For what it's worth, we removed all these colors from the upcoming RNYA release that will be included in RN 2.3.0 so that the theme can completely control it with CSS. |
|
|
|
 |
mars Regular


Joined: Jul 08, 2006 Posts: 86 Location: Bloomsburg,Pennsylvania
|
Posted:
Mon Jul 07, 2008 2:18 pm |
|
Put this line at the bottom of your style.css
.tiny {color:#babdb6;} |
|
|
|
 |
djslue Hangin' Around

Joined: Sep 26, 2007 Posts: 27
|
Posted:
Mon Jul 07, 2008 2:47 pm |
|
|
|
 |
djslue Hangin' Around

Joined: Sep 26, 2007 Posts: 27
|
Posted:
Mon Jul 07, 2008 2:50 pm |
|
Nevermind. Had it in the wrong place. It works Great Now !!!
Thanks !!!
Steve |
|
|
|
 |
|
|
|
|