Main form and Previews look different

  • eskayefhrpd
    Asked on September 29, 2022 at 2:27 AM

    Hello!

    I have attached two screenshots showing the difference in the main form and the preview form. You'll see that, in the main form, I edited the Font and the subheader is Italic. When I turn on the preview, all the changed are displayed as before. The update of font needs to be the same as the one I edited in. I would like to be guided with the necessary solutions please.

    Main form and Previews look different Image 1 Screenshot 30Main form and Previews look different Image 2 Screenshot 41

    Thank You!

    Jotform Thread 4410175 Screenshot
  • Annaliza_O Jotform Support
    Replied on September 29, 2022 at 3:21 AM

    Hi Eskayef,

    Thanks for reaching out to Jotform Support. Please allow me some time to check on this. I will get back to you as soon as I have an update.

    Thank you for your patience.

  • Annaliza_O Jotform Support
    Replied on September 29, 2022 at 5:25 PM

    Hello Eskayef,

    Thank you for your patience. I am sorry it took me time before getting back to you. You can use this CSS code to make the sub-header italic.

    #subHeader_1 {
    font-style: italic;
    }

    Check out the screencast below to see how it's done:

    1664486707 63360d3329cff  Screenshot 10

    Give it a try and let us know if you need any help.