How can I change the Heading text from the template?

  • amygoodman
    Asked on July 19, 2016 at 11:34 PM

    The template shows the original text ("Get in touch") but the html shows the correct wording I'd like to add (Welcome to MOPS+MOMSnext 2016-2017).   How can I get the text to be correct and show up in the form?

  • Chriistian Jotform Support
    Replied on July 20, 2016 at 2:33 AM

    The "Get in Touch" is an image, so unfortunately it is not possible to edit this text. You can see the image here: Get in Touch Header Image. This image is applied in the CSS of the template, and it will override the text entered in the Heading Text, which is why you won't be able to see it there.

    To remove the image and replace it with your Heading Text, we will need to inject custom css codes. Please inject the custom css code below to your form.

    .form-header {

        text-indent: 0px;

        background: none!important;

    }

    How can I change the Heading text from the template? Image 1 Screenshot 20

    Regards.

  • amygoodman
    Replied on July 20, 2016 at 11:45 PM
    Thank you so much! It works great!
    ...