How to hide the envelop graphic at end of form?

  • suzettelipford
    Asked on July 11, 2016 at 4:52 PM

    I have a graphic envelope on my online form that I need to remove. It's not showing up on MY FORMS. 

  • Kiran Support Team Lead
    Replied on July 11, 2016 at 7:24 PM

    I have checked your JotForm and the envelope is displaying without any issue at my end. 

    How to hide the envelop graphic at end of form? Image 1 Screenshot 20

    Do you mean not to display this envelope on your JotForm? If so, you may inject the following CSS code to your JotForm to hide the envelope on your JotForm.

    .form-section:before {

        background: none !important;

    }

    Hope this information helps! If you are referring to something different, please let us know. We will be happy to assist.

  • suzettelipford
    Replied on July 15, 2016 at 9:41 AM

    Thank you, but I want it to go away. It's not in line with what the form is about. 

  • Kevin Support Team Lead
    Replied on July 15, 2016 at 10:49 AM

    Sorry, I cannot fully understand what are you trying to achieve.

    I can see the code my colleague provided above removes the bottom of your form, alternatively you can also inject this CSS code: 

    .form-section:before {

     display: none;

    }

    Please do note that the image is added using CSS code so injecting the code given above by my colleague or mine should remove it. 

    However, could you please provide us more details if this does not work? 

    We will be glad to help you.