I want to remove the envelope image on the Wedding Form template. I can't find information in the setting to do this. Please help

  • ladydicakes
    Asked on July 10, 2014 at 7:29 AM
  • pvvskk
    Replied on July 10, 2014 at 8:28 AM

    Dear ladydicakes,

    You may remove the envelope image from the wedding form template by customizing the CSS on the form.

    Please follow the instructions below to achieve this :

    1. Click on Preferences on the Form main menu

    I want to remove the envelope image on the Wedding Form template Screenshot 30

    2. Remove the following line from Inject Custom CSS section :

    .form-all

    { background-image: url('https://www.jotform.com/uploads/pinoytech/form_files/wedding_invitation_design_big.jpg');}

    You may reduce the padding size as per your requirements.

    .form-header { padding-left: 198px; }

    .form-line {padding-left: 235px;}

    .form-all {padding-top: 54px;

     

    I want to remove the envelope image on the Wedding Form template Screenshot 41

    This should resolve the issue. Please reply to this post if you need further assistance.

    Regards,

     

    Kiran Kumar Polavarapu

  • jedcadorna
    Replied on July 10, 2014 at 8:29 AM

    Hello,

    You can remove it by editing the custom css and removing this line. Like what Kiran suggested.

    .form-all{ background-image: url('http://www.jotform.com/uploads/pinoytech/form_files/wedding_invitation_design_big.jpg');}

    Here's how to modify css http://www.jotform.com/help/75-Customize-your-Form-using-Custom-CSS-Codes