This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Colors @ Verification Screen if a Form
Started 11 years ago by ConnecTED | 2 posts |
-
Hello,
I need to change the Yellow highlighted boxes color (background and boarder color) when you are moving the mouse over a field in the verification screen of a Form before submiting the Data's.
Where these codes are located for manual editing of PHP files?
Posted 11 years ago # -
Simply edit your form's theme, click the "Advanced CSS" menu item and put this code:
#machform_review_table tbody tr:hover { background-color: #FFF7C0; }
change the above color code with your preferred color.
That should do it.MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.