How make part of the header text bold?

  • owlypia
    Asked on March 23, 2019 at 5:25 AM

    Hi!

    I questioned below in previous post. I would like to bold partial of the full text. Not full text.  A word for example. is it possible?

    Thanks.


    Hi!

    I am Metin.

    When I use header element. I would like to bold some part  of text in "Sub-Heading Text" of header. is it possible?

    Thanks.

    Metin

  • AndrewHag
    Replied on March 23, 2019 at 6:04 AM

    Unfortunately, it is not possible to bold only selective text using Header field. As a workaround, you can use the Text field instead of Header and style the elements as you wish.

    Just remove the Header field and add the Text field in place of Header. Simply paste the text in the Text field and select the whole text, align it center. Then click on the source code icon marked in the screenshot below to add CSS code:

    1553334856chrome MyWqoQAL94 Screenshot 10

    1553334906chrome jj43Xs9Vk0 Screenshot 21

    I have cloned your form and made the changes. Simply clone this form and click on Edit icon then click on Source code icon and copy the whole code. Next, add a text field to your form and paste the code.

    Link to the form: https://form.jotform.com/90812530006950

    Here is the code that I added, here I changed the font of date to bold. If you want bold some other text just write text between <span> and apply the font-weight property. Example: <span style="font-weight:bold;">text you want to change</span>

    1553335226chrome 0F9TisRGXe Screenshot 32