This is a Developer level doc. If you are unfamiliar with code/templates and resolving potential conflicts, select a WooExpert or Developer for assistance. We are unable to provide support for customizations under our Support Policy.
style.css
file or to your customizers’ “Additional CSS” section. Please don’t add custom code directly to your parent theme’s style.css
file as this will be wiped entirely when you update the theme.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.form-row.woocommerce-invalid .chzn-single, | |
.form-row.woocommerce-invalid .chzn-drop, | |
.form-row.woocommerce-invalid input.input-text, | |
.form-row.woocommerce-invalid select { | |
border:1px solid red; | |
} | |
.form-row.woocommerce-validated .chzn-single, | |
.form-row.woocommerce-validated .chzn-drop, | |
.form-row.woocommerce-validated input.input-text, | |
.form-row.woocommerce-validated select { | |
border:1px solid green; | |
} |