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
Changing the Highlight Color of a Field
Started 15 years ago by MarioCipriano | 4 posts |
-
What is the CSS that allows me to change the highlight color of the field in focus?
Posted 15 years ago # -
Hi,
Try to search this style in your CSS form :
/**** Guidelines and Error Highlight ****/ #main_body form li.highlighted { background-color:#fff7c0; }
then simply change "background-color" value with new color
MachForm Support
Posted 15 years ago # -
On that note.....since you have to know the Hex code for the colour (the Hex code is the #fff7c0; bit), this chart will probably help: http://html-color-codes.com/.
Remembering these codes is like memorizing the Periodic Table of Elements....not something you can learn overnight.
Posted 15 years ago # -
Thank you!
Posted 15 years ago #
Reply
You must log in to post.