How to change the subheading language?

  • mgcaledonian13
    Asked on January 29, 2019 at 10:43 AM

    I have just found that the Title subheading in one forms has appeared as Italic but I cannot see where to change this. I have looked at the Advance Designer's CSS but cannot find anything that refers to Italic setting only Bold, Bolder etc. Where can I change this to Normal, don't even see it in Inspect either? 

    Copied the CSS into Word and and searched for Italic, no sign of it at all should I be looking for the tag

    See image 

    Jotform Thread 1716123 Screenshot
  • AndrewHag
    Replied on January 29, 2019 at 11:32 AM

    You can change the header in Header Text field is in Header Properties section.

    1548779399chrome fuki1jToNQ Screenshot 10

    Hope this helps!

  • mgcaledonian13
    Replied on January 29, 2019 at 12:12 PM

    No I am afraid that you have misunderstood the Query, it was how to change the Sub Heading text from italic to normal  or Visa Versa

    How to change the subheading language? Image 1 Screenshot 20

  • Nik_C
    Replied on January 29, 2019 at 1:50 PM

    Thank you for clarification.

    You can set the sub-heading text by inserting the below CSS:

    div#subHeader_3 {

        font-style: normal!important;

    }

    Just insert it in your Custom CSS field.

    Let us know if you have any further questions.

    Thank you!