• Resolved vshalgupta92

    (@vshalgupta92)


    Hey all,
    I want my login/registration page and checkout page fields typo to be not in auto capitalisation .. Shop isle’s default typo is Auto capital every where which suits with the theme. But I want the typo in login/ registration and checkout page field not to be in auto capitalisation.. My webpage is https://www.hindola.com

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add this to your custom css via apperance > customize > additional CSS

    .woocommerce-billing-fields input {
    height: 33px;
    padding: 6px 12px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-family: “Roboto Condensed”, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: none;
    }

    Thread Starter vshalgupta92

    (@vshalgupta92)

    Thank you for the snippet.
    This worked on the checkout page. I want this in my Account page also. In the login and registration field of my account page…

    Thanks and regards

    woocommerce-account input {

    height: 33px;

    border: 1px solid #eaeaea;

    border-radius: 2px;

    -webkit-box-shadow: none;

    box-shadow: none;

    font-family: “Roboto Condensed”, sans-serif;

    font-size: 12px;

    letter-spacing: 2px;

    text-transform: none;

    }

    Thread Starter vshalgupta92

    (@vshalgupta92)

    @Valueweb
    Thank you so much!
    I’m not familiar with coding.
    Thank you once again!

    You’re very welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘do not Want typo in login/registration page fields to be auto capitalization’ is closed to new replies.