I would like to be able to have a question title in bold, maybe larger text – and then have the part that starts with “We are” on another line.

  • BarbaraDecker
    Asked on June 21, 2020 at 8:03 AM
    I would like to be able to have a question title in bold, maybe larger text – and then have the part that starts with “We are” on another line.
  • Jovanne JotForm Support
    Replied on June 21, 2020 at 8:10 AM

    Hi again,

    The link of the snippet you previously provided is not working. Can you please provide us again the snippet of the fields you're currently working on?

    Kindly follow this guide on how to include images in your reply.
    https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum


    We look forward to your response.

  • BarbaraDecker
    Replied on June 21, 2020 at 8:17 AM

    This is a convoluted process and surely not user friendly. Golly.


    1592741852JotForm Screenshot 10

  • Jovanne JotForm Support
    Replied on June 21, 2020 at 8:31 AM

    Thank you for your quick response.

    Please try to add this custom CSS code:

    li#id_41 {

        font-size: 20px !important;

    }


    Here is a guide on how to inject custom CSS codesHow-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.

  • BarbaraDecker
    Replied on June 21, 2020 at 8:39 AM

    That is not what I'm looking to do. It makes the entire question larger font. I want a heading line of text in a larger size ABOVE the question itself. 1592743189jotform 2 Screenshot 10

  • Jovanne JotForm Support
    Replied on June 21, 2020 at 8:54 AM

    Hi, 

    Kindly update the previous CSS code with this one:

    li#id_41::first-line {

        font-size: 20px !important;


    }


     I would like to be able to have a question title in bold, maybe larger text – and then have the part that starts with “We are” on another line. Image 10


    Let us know if this works for you.

  • BarbaraDecker
    Replied on June 21, 2020 at 9:28 AM
    No, it did not. Perhaps I did something wrong. Here is the link to the form. Will you please just add it? I want the first line (without the *** that I put to make it stand out) as a title row. Thank you. It is this form.
    https://www.jotform.com/build/91264230689158#preview
    ...
  • Jovanne JotForm Support
    Replied on June 21, 2020 at 9:49 AM

    Hi,

    As per your request, I already added the custom CSS code to your form. Kindly check.

    Let us know if you need further assistance.

  • BarbaraDecker
    Replied on June 21, 2020 at 9:55 AM

    This is not what I need. Here's how it presents to me. I looked at it in a different browser to make sure it was not a caching problem. I want one line at the top in bigger text. A distinct line starting with "VIP" and ending with "Essential Edition."


    1592747707jotform 3 Screenshot 10

  • Jovanne JotForm Support
    Replied on June 21, 2020 at 10:02 AM

    Hi,

    This is what it looks like on my end:

     I would like to be able to have a question title in bold, maybe larger text – and then have the part that starts with “We are” on another line. Image 10

    Please note that the CSS code will only take effect on the preview or in the published form.
    I also cleared your form cache, please try to check the form again in a different browser or in an incognito mode.

  • BarbaraDecker
    Replied on June 21, 2020 at 10:28 AM
    Thank you. That did the trick.
    ...