How to change the color of selected form collapse?

  • sanlesslie
    Asked on January 5, 2017 at 3:02 AM
    Hi - Is it possible to change the color of the selected collapse style button on the same form. When the button is selected it changes to a shade whiter but i would like it to change to another color altogether.
  • Ashwin JotForm Support
    Replied on January 5, 2017 at 3:10 AM

    Hello sanlesslie,

    It seems you are looking to change the hover color of form collapse when you mouse over or click on the form collapse field. Is that correct?

    Please inject the following custom css code in form to change the hover color of form collapse field:

    .form-collapse-table:hover {

        box-shadow : none;

        text-shadow : none;

        background : #962929; /*You can change it to any color */ 

    }

    The following guide should help you how to inject custom css code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you meant to ask something else.

    Thank you!

  • sanlesslie
    Replied on January 5, 2017 at 5:36 PM

    Perfect thank you very much