How do I change the color on the Form Collapse to yellow from red?

  • snaplash
    Asked on June 9, 2017 at 11:19 AM

    How do I change the color on the Form Collapse to yellow from red?

  • AIDAN
    Replied on June 9, 2017 at 1:27 PM

    In order to change the color on the Form Collapse as you requested, please introduce the following changes to your custom CSS:

    1. Alter your .form-collapse-table:hover {} to becomes like the box I highlighted in red.

    2. Introduce .form-collapse-table { background: #fcc932 !important; } like the box I highlighted in green.

    How do I change the color on the Form Collapse to yellow from red? Image 1 Screenshot 20

    The resulting block for both these styles becomes:

    .form-collapse-table:hover {

        box-shadow : none;

        text-shadow : none;

    }

     

    .form-collapse-table {

        background: #fcc932 !important;

    }

    I have also created a corrected form in case you would like to examine it or clone it: https://form.jotformpro.com/71595398268979

    I hope this helps. If you need further assistance please let us know. Thank you.