Font in Single Choice not showing

  • Something123
    Asked on July 23, 2019 at 9:23 PM

    The question "Select One Option" in my form to have the same Candal font as the rest of the questions, I am having trouble figuring out the right css code to put.

    Would you be able to help?

    Thank you 

  • Mike_G JotForm Support
    Replied on July 23, 2019 at 11:11 PM

    I have checked the form you have linked and I see that the "Select One Option" field label has the "Candal" font.

    Font in Single Choice not showing Image 1 Screenshot 20

    If you are referring to the font of the options in that field, please feel free to let us know so we can check it further.

  • Something123
    Replied on July 24, 2019 at 4:14 AM

    Yes, I was referring to the options "I made a coffee today" and "I did not make a coffee today"

  • Ashwin JotForm Support
    Replied on July 24, 2019 at 5:31 AM

    I have fixed this issue in your form by injecting the following custom css code in your form:

    label#label_input_78_0, label#label_input_78_1 {

        font-family: "Candal", sans-serif !important;

    }

    Please check the screenshot below:

    1563960617radioQuestion Screenshot 10

    Hope this helps.

    Do test your form again and get back to us if you need any other changes.

  • Something123
    Replied on July 24, 2019 at 9:07 AM

    Yes, can you make it look bold like "Select One Option"?

  • AndrewHag
    Replied on July 24, 2019 at 10:13 AM

    Please add this extra line below to the code provided by my colleague:

    font-weight: bold !important;

    Here is the updated code:

    label#label_input_78_0, label#label_input_78_1 {

        font-family: "Candal", sans-serif !important;

        font-weight: bold !important;

    }

    1563977551The Easiest Online Form Builde Screenshot 10

    1563977591Rambam   Google Chrome 2019 07 Screenshot 21