How can I hide the payment field?

  • Kinderhouse
    Asked on February 15, 2019 at 6:49 PM

    I don't see the option.

  • Jed_C
    Replied on February 15, 2019 at 8:03 PM

    Your users won't be able to select the payment option if you will be hiding the payment field. However, if you just want to hide it temporarily, you can inject the css code below.

    div#cid_20 {

        display: none;

    }

    I hope that helps. Let us know if you have any questions or if you need further assistance.