Can you help me remove the Red Border & Red Shadow around all the boxes that appears when you try to submit without completing a required field?

  • unruhfurniture
    Asked on April 6, 2018 at 8:29 PM
    can you help me remove the Red Border & Red Shadow around
    all the boxes that appears when you try to submit without completing a
    required field?
  • John_Benson
    Replied on April 6, 2018 at 9:21 PM

    Please add this custom CSS code to your form:

    .form-line-error input:not(#coupon-input), .form-line-error select, .form-line-error textarea, .form-validation-error {

        border: 1px solid black !important;

        box-shadow: 0 0 2px transparent !important;

    }

    I hope this helps. If you need further assistance, please let us know.


  • unruhfurniture
    Replied on April 9, 2018 at 12:43 PM
    Thanks! Can you tell me if your server is down and if so do you have an
    update on when it will be back? (See attached)
    Sam
    *Sam Unruh*
    Owner, Unruh Furniture
    cell: 816.808.5259
    ...
  • John_Benson
    Replied on April 9, 2018 at 1:26 PM

    It is now fixed. Please check again and let us know if the issue still persists.

    Thank you.