How can I get rid of the vertical line at the top of the order form?

  • craseland
    Asked on January 10, 2015 at 1:27 AM

    Both in the preview of the form and on the website, there is a vertical line near the top of the form. How can I get rid of it?

    Jotform Thread 493694 Screenshot
  • Sean
    Replied on January 10, 2015 at 10:21 AM

    Hello craseland

    Thank you for contacting us for support. I have analyzed your form and it appears that a very slim image was being added to your background. Perhaps you planned on using this image as a background but did not remember to set it on repeat or maybe it was uploaded by error. To get rid of this line I would recommend using one of our simple predefine background images, just remove the link for the image or you can modify the settings to repeat the uploaded image.

    While in the Form Builder please follow these steps.

    How can I get rid of the vertical line at the top of the order form? Image 1 Screenshot 60

    When the form Designer loads:

    How can I get rid of the vertical line at the top of the order form? Image 2 Screenshot 71

    If you would like to explore some of the stock backgrounds that we have available, follow the instructions below.

    How can I get rid of the vertical line at the top of the order form? Image 3 Screenshot 82

    How can I get rid of the vertical line at the top of the order form? Image 4 Screenshot 93

    How can I get rid of the vertical line at the top of the order form? Image 5 Screenshot 104

    You can view my cloned version of your form here:
    http://form.jotformpro.com/form/50093666386968


    Feel free to contact us if further assistance is needed.


    Cheers!
    Sean

  • abajan Jotform Support
    Replied on January 10, 2015 at 11:57 AM

    @craseland

    If you just want to remove the line, please do the following:

    1. Click the Designer button (as shown in my colleague's first screenshot)

    2. Click the CSS tab:

    How can I get rid of the vertical line at the top of the order form? Image 1 Screenshot 30


    3. In the work area, replace the current .form-all rule with:

    .form-all {
     background-image: none;
    }


    4. Save the jotform:

    How can I get rid of the vertical line at the top of the order form? Image 2 Screenshot 41

     

    The result should be like this clone:
    http://form.jotformpro.com/form/50095138470958

    However, as Sean has stated, it seems you may have intended to use the image as a the background in some way. If you were looking for a gradient fill effect, CSS alone can be used to achieve that. That's what was done for the background of this theme's heading. There are many online tools for creating gradients with CSS. Here's one of them.

    Anyway, if you need further help with this or anything else JotForm related, we'd be happy to provide it.

    Thanks