Home › Forums › WoodMart support forum › Tab to next field in Woocommerce checkout? › Reply To: Tab to next field in Woocommerce checkout?
February 17, 2018 at 8:08 am
#40445
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woocommerce-validated input:not(:focus),
.woocommerce-validated .select2-container--default .select2-selection--single{
border-color:#459647;
}
Kind Regards
XTemos Studio