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 (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: http://karateathlete.com/smf/index.php?PHPSESSID=eb05a089765e726fd1a5028c75e2559e&action=register (http://karateathlete.com/smf/index.php?PHPSESSID=eb05a089765e726fd1a5028c75e2559e&action=register)
Thank you in advance for any help with this.
Themes/default/scripts/register.js
var validColor = '#F5FFF0';
var invalidColor = '#FFF0F0';
var validColor = '#041650';
var invalidColor = '#041650';
Thanks, Tenma! Works like a dream..