Line around fields - by gewoonbovenaan - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Olga Barlow

  • Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    March 29, 2017 at 16:52

    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!

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 30, 2017 at 11:10

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.