Forums

Changing text color inside Image Verification field

marleyman 05 Mar, 2009
Hi guys - Newbie here:

I've managed to change the color of the text which is typed into each of my form fields - black. But the color of the text which is typed inside my Image Verification field is grey and hard to see.

Can anyone tell me how to go about changing the color of the text which is typed into the Image Verification field to black 🤨

Thank you for any help out there!
GreyHead 05 Mar, 2009
Hi marleyman,

I've never known it not be black. Sounds as though your template is making these settings.

Bob
marleyman 05 Mar, 2009
Thanks for the reply Bob but you're misunderstanding my issue....

The actual form field where the user types in the image verification that they see - that form field - the text that they're typing in is a grey color and hard to read - I need to change the color of the text that they type in the image verification field to Black so they can see what they're typing into that form field.

Do you know how I can change the color of that form field text?
Max_admin 05 Mar, 2009
Hi marleyman,

This is your template CSS changing the color!

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
marleyman 05 Mar, 2009
Hey Max thanks for the reply! any idea what inside the template.css file I should look for to be able to change this?
Thanks!
Max_admin 05 Mar, 2009
it will be something like this:

#class_or_id input{
color:#012345;
}


Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 05 Mar, 2009
Hi marleyman,

Hmm . . . I think I understood the issue well enough. Can you post a link to your form? Then we could probably tell you exactly what to change.

Bob
marleyman 05 Mar, 2009
Thanks for the reply Bob but Max's response did the trick! thanks
This topic is locked and no more replies can be posted.