How do I remove the separator line for the button element?

  • skylakefinancial
    Asked on December 15, 2020 at 12:53 PM

    When I add a button element, it seems to come with it's own grey-colored divider line above the element. Any way to change the color of this to white or get rid of it all together?


    Thanks,


    Nick

    Jotform Thread 2768138 Screenshot
  • jonathan
    Replied on December 15, 2020 at 4:06 PM

    Please inject the following custom CSS codes on your form.

    .form-buttons-wrapper {
        border-top: none;
    }

    result :

    1608066355 5fd92533e5acf zzz 2020 12 16 Screenshot 10

    Let us know if you need further assistance.