I can't remove the sample logo image from my form

  • alrdigital
    Asked on December 11, 2018 at 12:13 PM

    I can't remove the sample logo image from my form, how can I do that? Thank you!


    https://alrobertsdigital.com/contact-us/

  • Richie JotForm Support
    Replied on December 11, 2018 at 2:24 PM

    You may use custom CSS to remove the your logo.

    .form-all:before {
    display:none;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.