How can I make a text in a become bold?

  • adrybaez9
    Asked on December 4, 2020 at 12:39 PM

    Hello, in my form https://form.jotform.com/203255620148045 I need the text of the options be bold.

    Thank you.


    Here is a screenshot.

    1607103542 5fca7436f11d7  Screenshot 10

  • David JotForm Support Manager
    Replied on December 4, 2020 at 1:11 PM

    Good day, if you want to bold specific words on that text, you need to add the text with HTML tags, example:

    "<p>Indique si <b>desea ver los atributos</b> de esta sección</p>"

    1607105342 5fca7b3e52e9c bold Screenshot 10

    You would also need to inject this CSS code: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    .form-checkbox+label > p {
    margin: 0px !important;
    }

    Result:

    1607105423 5fca7b8f2f762 result Screenshot 21

    Let us know if you need more help.