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


  1. ConnecTED
    Member

    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 #
  2. yuniar

    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 #

RSS feed for this topic

Reply