Deleted image still shows when embedded

  • Lauren_Kruger
    Asked on October 21, 2020 at 7:20 PM

    I have deleted a header image (and it shows as deleted in the editor), but when I preview the form or embed it to my website the image still shows.

  • Jimmy_D
    Replied on October 22, 2020 at 12:37 AM

    The header image is still there because it was added using CSS custom CSS code.

    You must delete the related CSS code to remove the header image.(on line 437)

    1603341373 5f910c3d5e91c  Screenshot 10

    .form-all:before {
        content : "";
        background-image : url("https://www.jotform.com/uploads/Lauren_Kruger/form_files/Conscious%20(1).5f8f850239d660.00826443.png");
        display : inline-block;
        height : 175px;
        position : absolute;
        background-size : 500px 175px;
        background-repeat : no-repeat;
        width : 100%;
    }


    Let us know if you have more questions.

    Regards,