• Resolved estar69

    (@estar69)


    Hi, how can I highlight the fields with red that is causing errors on the checkout page, for instance if I do not add postal code that it will highlight that field in red?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Dina S.

    (@themehighsupport)

    Hi,

    Please check after adding the below style in your Additional CSS file.

    .woocommerce-checkout .woocommerce-invalid input{
    border:1px solid red;
    }

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Highlight error fields for missing info’ is closed to new replies.