Jump to content

Change color in checkout input fields - presta 1.6


Recommended Posts

Open yourdomain/themes/yourtheme/css/global.css and fine line 1390:

 

.form-control {
    background-color: white;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #9c9b9b;
    display: block;
    font-size: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

Change color: #9c9b9b; to #000 or desired color

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...