Is it possible to insert an image in Sub-Heading Text?

  • nguyenbox
    Asked on November 15, 2019 at 4:37 PM

    Hello,

    Please take a look at the attached, I'd like to replace the sub-heading text with an image. Is it possible?

    Jotform Thread 2042618 Screenshot
  • jherwin
    Replied on November 15, 2019 at 10:25 PM

    Unfortunately, that is not possible using the header field. However, you may try adding a text field and insert an image, then force the position of the image into your header using custom CSS Code.
    1573874687text Screenshot 10
    Guide: How-to-Inject-Custom-CSS-Codes

  • nguyenbox
    Replied on November 22, 2019 at 3:15 AM

    I know where to insert the CSS codes but I don't know to write the code. Would you mind if helped me?

    Thank you for supporting so much.

  • BJoanna
    Replied on November 22, 2019 at 3:26 AM

    Please add the image to the form after the Heading field, and we will then help you to position the image. Let us know after you add it. 

  • nguyenbox
    Replied on November 22, 2019 at 7:50 AM

    I just added the image. Thanks!


    https://form.jotform.me/81226414488459

  • AshtonP
    Replied on November 22, 2019 at 8:30 AM

    Thanks for update.

    We are checking this and we will get back to you with an update.

  • AshtonP
    Replied on November 22, 2019 at 9:36 AM

    Thank you for your patience.

    I have cloned your form and added the image as requested. Here is the link to the cloned form: https://form.jotform.com/93253450409960

    Can you please take a look and confirm if this is what you are looking for? If yes, you can add the below CSS code to your form:

    #id_38{

    position: absolute;

    margin-top: -140px;

    margin-left: 500px;

    }

    Let me know if you have any questions or need any further help.