How to change the background color of form collapse section?

  • censura10
    Asked on February 21, 2017 at 5:33 AM

    Hi I have my form split into expandable sections, I wondered can the be coloured (the click button to expand section)

    Thankyou 

  • Nik_C
    Replied on February 21, 2017 at 9:12 AM

    Hello,

    If you want to color the heading of form collapse, please check this CSS:

    .form-collapse-table {

    background: red!important;

    }

    And if you want to color the section

    ul#section_26 {

        background: blue;

    }

    ul#section_27 {

        background: blue;

    }

    ul#section_34 {

     

        background: blue;

    }

    ul#section_42 {

    background: blue;

    }

    ul#section_47 {

     

    background: blue;

    }

    That will change the background of each form collapse section.

    Let us know how it worked for you.

    Thank you!