Paragraph element: How to Enlarge Ordered List Number Labels

  • Profile Image
    stormingrobots
    Asked on April 7, 2026 at 9:13 PM

    please see form /260967322722055

    Paragraph element: How to Enlarge Ordered List Number Labels Image 1 Screenshot 20

    How do I make the <number> bigger>

  • Profile Image
    Lorenz JotForm Support
    Replied on April 7, 2026 at 9:29 PM

    Hi stormingrobots,

    Thanks for reaching out to us for help. It looks like it's not possible to make the order list number bigger, directly from the paragraph editor. As a workaround, we can use Custom CSS code to customize their font-size. Let me walk you through it:

    1. First, copy this code:

    ol>li::marker { font-size: 20px !important; }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Paragraph element: How to Enlarge Ordered List Number Labels Image 1 Screenshot 20

    I'm only using 20px as the font-size, so if you want it bigger than what you can see in my recording, you can simply increase the size specified in the code.

    Give it a try and let us know how it goes.

Your Reply