We have a template on our website that uses a gray background. We've found the Form Code box in the backend that allows us to change the CSS for the input forms.
.cf_inputbox {
border: 1px solid #000000;
}
However, this changes EVERY input box on the page EXCEPT the one box I am trying to change... the chrono_verification Captcha input box. Any ideas on how I can get chrono_verification to switch to a white background like the rest of my input boxes?
http://www.raleightitansfootball.org/index.php?option=com_chronocontact&Itemid=66
.cf_inputbox {
border: 1px solid #000000;
}
However, this changes EVERY input box on the page EXCEPT the one box I am trying to change... the chrono_verification Captcha input box. Any ideas on how I can get chrono_verification to switch to a white background like the rest of my input boxes?
http://www.raleightitansfootball.org/index.php?option=com_chronocontact&Itemid=66