Registration Fields Font & Text Area Color Problem

Started by dquante, March 16, 2009, 08:34:55 AM

Previous topic - Next topic

dquante

Hi, I'm a newbie, using theme 2Extreme_Blue_2b4

The registration form page has a quirk: the input boxes have both dark and light backgrounds, and font color defined as an almost white color.  Therefore user cannot see their input.  I tried changing color values for both in style.css, but no change.

Also I found this tip in the forum: http://www.simplemachines.org/community/index.php?topic=288052.0   but that did not change it either.

I suspect the script for the form is the answer, rather than a style sheet, but not sure where the form script is located or how to change it.

Link to actual registration page: hxxp:karateathlete.com/smf/index.php?PHPSESSID=eb05a089765e726fd1a5028c75e2559e&action=register [nonactive]

Thank you in advance for any help with this.

onepiece

Themes/default/scripts/register.js

Code (Find) Select
var validColor = '#F5FFF0';
var invalidColor = '#FFF0F0';


Code (Replace) Select
var validColor = '#041650';
var invalidColor = '#041650';

dquante


Advertisement: