How can I colorize a specific form tab?

  • shw528
    Asked on March 23, 2015 at 9:50 PM

    I want my "SUBMIT" tab to have a red background.  How do I do that?

    Jotform Thread 539145 Screenshot
  • Kiran Support Team Lead
    Replied on March 24, 2015 at 4:54 AM

    Please inject the following CSS code to your JotForm :

    li#form-tab-9 {

    background-color: #ff0000 !important;

    }

    This is how it displays after injecting the above CSS code.

    How can I colorize a specific form tab? Image 1 Screenshot 20

    Please let us know if you need any further assistance. We will be happy to help.

  • shw528
    Replied on March 24, 2015 at 10:19 AM

    Works great!  Thank you!