I'd like to change the color of the section collapse header background.

  • etab
    Asked on July 16, 2020 at 10:34 PM

    I'd like to change the color of the section collapse header background. What is the code?

  • BJoanna
    Replied on July 17, 2020 at 2:48 AM

    You can change it by adding this CSS code to your form:

    .form-collapse-table {

        background : #0e0b5a!important;

        color : white!important;

    }

    .form-collapse-mid {

        text-shadow: none!important;

    }

    How to Inject Custom CSS Codes

    If you want to use some other color, you can get the color code here and replace the 0e0b5a with the new color code.