Home Forums WoodMart support forum Tab to next field in Woocommerce checkout? Reply To: Tab to next field in Woocommerce checkout?

#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