This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
change color when a user selects a field
Started 16 years ago by lynne | 7 posts |
-
I have the background changed to black and used a previous post to change the font white. Now when a user clicks on a field to enter data, the field changes to a very light yellow and they can't see the white text. Where can I change that in CSS?
PS Purchased the form builder 2 weeks ago and just purchased three more licenses. Thank you for your product!
Posted 16 years ago # -
Thanks for another purchase lynne!
To change the highlight color, you'll need to modify this:
#main_body form li.highlighted { background-color:#fff7c0; }
If you are having difficulty, mail me the URL to your form and the changes you need.
Send to: yuniar [at] appnitro.comI'll try to help.
MachForm Founder
Posted 16 years ago # -
You're awesome! The form now matches the websites colors. http://www.rotheengineering.com
Posted 16 years ago # -
Now I'm working at changing the input font color but stumbled into changing the input boxes gray. I liked it better but all the boxes did not change. For example, the phone number field has three boxes. Two of them were light yellow and one white. I changed the css color and now the white one is gray. I need to know where to change the rest gray and font to white.
Keep up the good work!
Posted 16 years ago # -
I've just checked your form. It seem you have figured out the white font?
I have a suggestion, instead of using this code:
* { color: #fff !important; }
it might better to adjust the color of each labels. so that your submit button won't have white text too.I've done this for you, check this form:
http://www.appnitro.com/forms/view.php?id=14You can copy the whole CSS here:
http://www.appnitro.com/forms/data/form_14/css/view.cssMachForm Founder
Posted 16 years ago # -
Seems that you have an issue in firefox......
Posted 16 years ago # -
Sorry - double post - will eventually get used to 'bbpress' I guess......
Posted 16 years ago #
Reply
You must log in to post.