Changing the Form Tabs color

  • jhbdc
    Asked on December 1, 2015 at 7:18 AM

    Hi all, I am trying to find out if it is possible to change the colour of my form tabs to #1c9abd? with white font?

     

  • Jan
    Replied on December 1, 2015 at 10:34 AM

    You need to apply these custom CSS code on the Form Tabs widget.

    .tabs-list.default li {
    background: #1c9abd !important;
    border-top: 1px solid #1c9abd !important;
    color: #ffffff !important;
    }

    .tabs-list.default li.current {
    background: #1c9abd !important;
    border-top: 1px solid #1c9abd !important;
    color: #ffffff !important;
    }

    .tabs-list.default .liAfter, .tabs-list.default .liBefore {
    border-bottom: 28px solid #1c9abd !important;
    }

    .tabs-list.default li.current .liAfter, .tabs-list.default li.current .liBefore {
    border-bottom: 28px solid #1c9abd !important;
    }

    Please follow the steps below in order to add custom CSS on the widget:

    1. Select the Form Tabs widget and then click the "Wizard" icon.

    Changing the Form Tabs color Image 1 Screenshot 30

    2. On the Form Tabs settings, please scroll down and you'll see a box where you can put custom CSS.

    Changing the Form Tabs color Image 2 Screenshot 41

    3. Click the Finish button when you're done.

    Hope that helps. Thank you.

  • jhbdc
    Replied on December 2, 2015 at 11:45 PM

    It worked! Thank you!

  • Jan
    Replied on December 3, 2015 at 4:17 AM

    Glad to hear that it is working on your end. Let us know if you need any help. Thank you.

  • SpiritofGeorgia
    Replied on December 4, 2015 at 12:45 PM

    Thank you for this! I tried all of the variation in the forum and this is the only one that worked!

    http://www.jotform.com/answers/718038-Problems-with-Form-Tab-Widget-Custom-CSS/ 

  • Welvin Support Team Lead
    Replied on December 4, 2015 at 1:46 PM

    You're welcome. Please contact us again if we can help in any way.