Invalid Text Field, Red Highlighting
-
The Checkout page is working perfectly. Thank you.
This may be a Woocommerce issue (if so, just let me know), but may I ask?
In the Billing Details the text fields’ CSS highlights the invalid fields with a red border. But not all fields. Valid fields are green.I’d like to have all input fields highlighted the same way with red = invalid, which also means all fields need to be set to Required.
The CSS is
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
border-color: #a00;
}Could you advise on how to do that for all fields?
(hopefully this can be done in a way that won’t get overwritten on the next update ??Thank you.
- The topic ‘Invalid Text Field, Red Highlighting’ is closed to new replies.