Hello,
I would like to know if is it possible to apply a change to .css to highlight the not-validated fields during checkout in Woocommerce.
I mean the same that happens with “Canvas” theme.
You can try it here:
http://demo.woothemes.com/canvas/checkout/
If a field is missed or on error, it is highlighted with a red border. The validated ones, instead, have a green border.
Is it possible to do it also with Enfold theme, please?
If yes, how can I do it, please?
Thank you so much in advance.
Hey palmtop!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-invalid-required-field input {
outline: 1px solid red!important;
}
Regards,
Yigit
Thank you so much! It works perfectly!