May I please have the CSS code to edit subheader font size?

  • wcmarrocco
    Asked on August 24, 2020 at 10:50 PM

    May I please have the css code to edit subheader font size?

    Thank you.

    Bill

  • Ariel JotForm Support
    Replied on August 25, 2020 at 4:57 AM

    Hello there,

    Thank you for reaching out to us.

    You can use the .form-subHeader class on the CSS to change the font size of all the subheaders like so.

    .form-subHeader {
        font-size: 21px;
    }

    Related Guide: How to Inject Custom CSS Codes.

    Fine tune the style by changing the value of a property to your liking.

    Hope that helps. Let us know if you have any questions or if you need further assistance.