Changing colors/outlines on Form Collapse fields

  • SunbridgeInstitute
    Asked on January 8, 2016 at 2:31 PM

    Can you tell me how to remove the white outline on my form collapse fields, and also to change the text to black rather than white? Thank you!

  • Elton Support Team Lead
    Replied on January 9, 2016 at 1:26 AM

    Inject this CSS codes to your form, this should achieve that. :)

    .form-collapse-table {

        background: #fbaa29 !important;

        border: none;

        box-shadow: none !important;

        color: #000;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes (paste it at the bottom part)

    Result:

    Changing colors/outlines on Form Collapse fields Image 1 Screenshot 20

    Cheers!