How to adjust text font with the other font?

  • ipbr21054
    Asked on September 23, 2017 at 11:34 AM

    Hi,

    Here is the form in question http://form.jotformeu.com/form/62115565434352

    You will see that there is a YES / NO question.

    You will notice that the font type is different to the other text fonts on the form.

    Is it somehow possible to have the YES / NO the same font/bold etc to match the other text on the form.


    Please advise many thanks.

  • Sabbir
    Replied on September 23, 2017 at 12:34 PM

    Hello,

    You can add custom css to adjust the YES/NO text from your Form Designer Panel.

    How to adjust text font with the other font? Image 1 Screenshot 20

    Add this below custom css code to your Form Designer's CSS tab.

    #label_input_35_0, #label_input_35_1
    {
      font-weight: bold;
    }

    Let us know if it fits your need.

    Thanks.

  • ipbr21054
    Replied on September 23, 2017 at 12:51 PM

    Many thanks worked a treat

  • Sabbir
    Replied on September 23, 2017 at 1:09 PM

    Glad to know it worked for you.

    Thank you for using Jotform.

  • ipbr21054
    Replied on September 23, 2017 at 1:15 PM

    Would you mind taking a

    look at this please and check why my code doesnt work
    .

    https://www.jotform.com/answers/1255793-Text-box-positioning#0


    Thanks

  • Sabbir
    Replied on September 23, 2017 at 1:21 PM

    Hello,

    Since this is a different issue, I opened a new thread for this. Please follow up your issue in this new thread: https://www.jotform.com/answers/1255836

    Thanks.