How can I change the font colour and size in the tab widget?

  • yarmtulip
    Asked on July 7, 2014 at 2:48 PM

    Hi

     

    I have added the form tabs widget to my form http://form.jotformeu.com/form/41612667391356? and would like to make the font smaller and in black so I can get all the tabs in one single line rather than stacked.  How do I do this?

    thanks

     

  • KadeJM
    Replied on July 7, 2014 at 4:10 PM

    Hello, I think that you should be able to do this with the Form Tab Widget by injecting in a simple code to adjust your Font Color and Font Size. 

    Example Code to Inject on the Form Tab CSS Option Area:

    .tabs-list li {font-size: 12px; font-weight: bold;

    }

    How can I change the font colour and size in the tab widget? Image 1 Screenshot 20

  • yarmtulip
    Replied on July 7, 2014 at 7:20 PM

    perfect.. thank you ;-)