How to change FONT character and size of Form Tab Widget?

  • FENJdid
    Asked on October 15, 2015 at 9:55 AM

    How to change FONT and carracter and size of texte ????

    How to make it ???

  • beril JotForm UI Developer
    Replied on October 15, 2015 at 10:26 AM

    Hi,

    First on all, you need to scroll down, until you find the Custom Css on Form Tabs Widget.

     

     Here is how to do this:

    1) Click on Wizard Icon.

    How to change FONT character and size of Form Tab Widget? Image 1 Screenshot 70

    2) In Custom CSS, delete the code below.

    font: 17px arial, sans-serif;

    How to change FONT character and size of Form Tab Widget? Image 2 Screenshot 81

     

    3) Copy and paste the code below, I choose that size and character. You can change it.

     

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

     

    How to change FONT character and size of Form Tab Widget? Image 3 Screenshot 92

     

    4) Click on Finish Button.

    How to change FONT character and size of Form Tab Widget? Image 4 Screenshot 103

     

    5) Test it on Preview.

    How to change FONT character and size of Form Tab Widget? Image 5 Screenshot 114

     

    Here is how it works:

    How to change FONT character and size of Form Tab Widget? Image 6 Screenshot 125

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.