Tabs not shown, css background color

  • fabglobal
    Asked on April 14, 2014 at 2:56 AM

    Hey,

     

    I have used the widget TABS, but the tabs are not shown in the form, please help.

    The first tab must have the name Huur Gereedshap, the background color is green.

    The second tab must have the name Verbruiksgoederen, the background is pink.

     

    thnx,

     

    Benny

  • TitusN
    Replied on April 14, 2014 at 6:20 AM

    Hello Benny,

    Looks like you've deleted the form you presented for us to take a look (http://www.jotformpro.com/40835279678975).

    But I checked your latest form (http://www.jotformpro.com/form/41031733505948) and saw that you have managed to implement the Tabs.

    Do you need assistance with the current form - perhaps to modify the color?

    Let us know.

  • fabglobal
    Replied on April 14, 2014 at 7:03 AM

    Hello TitusN,

     

    Yes, i would have some help with the color of the tabs.

     

    thnx,

     

    Benny

  • jedcadorna
    Replied on April 14, 2014 at 10:26 AM

    Hi Benny,

    Can you try this CSS if this is ok with you.

    .tabs-list li{

    background-color: pink !important;

    }

    .tabs-list .current{

    background-color: green !important;

    }