How Do I Change the Colour and Size of Field Labels?

  • JulieFlynn
    Asked on January 9, 2016 at 8:01 AM

    Hello, I am unsure how to change the colour and size of the response labels.

    Also I am using a Wix website and when it goes to mobile view the form is not viewed correctly. Is that a fault of Wix's?

    Thanks

     

  • abajan Jotform Support
    Replied on January 9, 2016 at 4:38 PM

    Hi Julie,

    Regarding your first question, please do the following:

    1. With the form loaded in the form builder, click the Designer button:

    How Do I Change the Colour and Size of Field Labels? Image 1 Screenshot 40


    2.
    Click the CSS tab:

    How Do I Change the Colour and Size of Field Labels? Image 2 Screenshot 51


    3.
    In the tab's work area (indicated above) enter the following rule, changing the values (highlighted in red) to suit: 

    .form-label-left {
       color : blue;
       font-size: 20px;
    }


    4. Save the change:

    How Do I Change the Colour and Size of Field Labels? Image 3 Screenshot 62



    The other issue will be dealt with separately here: https://www.jotform.com/answers/740670

    Thanks