How do I change the background hover color for each box?

  • cnaughton
    Asked on August 1, 2016 at 7:41 PM

    is there also a way to change the color of the terms and conditions text?

  • Jan
    Replied on August 2, 2016 at 12:26 AM

    You can actually edit this in the Form Designer. Click the 'Color Scheme' under the Design tab. After that, click the "Simulate Highlight" option. Then, click the options icon and there is a drop down where you can change the background color. Here's a screen capture:

    How do I change the background hover color for each box? Image 1 Screenshot 20

    You can also use this custom CSS to make the highlight color transparent:

    .form-line-active {
    background-color: transparent !important;
    }

    Here's a guide on how to inject custom CSS to the form.

    Hope that helps. Thank you.