This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow
Can i make a line around every tekstbox? https://gyazo.com/ebf23213fd96d5cdf94f1165b49b75f8
Its not really clear that there is a box, so it would be great to articulate it.
thanks!
Hello,
You can change the color of all the inputs in Theme Options > Styling > Content.
But if you want to add the border only use the following code in custom css
.woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="text"],
.woocommerce-checkout .select2-container .select2-choice, .woocommerce-checkout textarea {
border: 1px solid #41862b;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up