form font probelms

  • BBC2016
    Asked on May 31, 2016 at 3:52 AM

    please help!

    on my form that I am working on now here: buildingbridgescoalition.org/bbc-session-questionnaire/

    I cant get the fotn and sizing right. i want open sans like :

     

    I want it to look like the form font and sizing on this form I made: http://buildingbridgescoalition.org/moreinforsvp/

  • Chriistian Jotform Support
    Replied on May 31, 2016 at 4:32 AM

    I am currently checking your form. Please allow me to further check your form. I will get back to you once I have the custom CSS code to change your form's font and size. 

  • Chriistian Jotform Support
    Replied on May 31, 2016 at 4:50 AM

    To change the font and size of your form http://www.jotform.us/form/61510737849159 the same with your other form http://www.jotform.us/form/61450337435149, please follow the instructions below:

    1. In Form Builder, click on the Designer icon to go to Form Designer.

    form font probelms Image 1 Screenshot 50

    2. Go to CSS and add the following CSS code on the first line of custom CSS codes.

    @import "https://fonts.googleapis.com/css?family=Open Sans:light,lightitalic,normal,italic,bold,bolditalic";

    form font probelms Image 2 Screenshot 61

    3. Also add the following CSS code at the end.

    .form-label {

        font-family: "open sans" !important;

        font-size: 13px !important;

    }

     

    .form-checkbox-item label {

        font-family: "open sans" !important;

        font-size: 12px !important;

    }

    form font probelms Image 3 Screenshot 72

    4. Ensure to save all your form changes.

    form font probelms Image 4 Screenshot 83

     

    Do let us know if you need further assistance.
    Regards.