how can I change the color of the header for each section? Is this doable?

  • CH
    Asked on February 20, 2024 at 11:28 AM

    how can I change the color of the header for each section? Is this doable?

  • Manilene JotForm Support
    Replied on February 20, 2024 at 11:55 AM

    Hi Claudia,

    Thanks for reaching out to Jotform Support. Please try to inject the below CSS code to change the color of the header in each section.

    .form-collapse-table:hover {

    background: white;

    }

    Let me show you how to inject CSS codes into your form:

    1. Go to Form Designer:

    1655612855 62aea5b7165db screenbud 7c092 Screenshot 10 Screenshot 10

    2. Click Styles:

    1655612934 62aea6062d7b7 screenbud 446e9 Screenshot 21 Screenshot 21

    3. Scroll down to Inject Custom CSS, you should be able to add your CSS code on the box:

    1655613023 62aea65ff0425 screenbud 5b7ea Screenshot 32 Screenshot 32

    You can also refer to our guide on How to Inject Custom CSS Codes.

    Let us know if you have any other questions.