Addmeplease IVS Posted December 13, 2014 Share Posted December 13, 2014 (edited) Hi, can you help me? I need to change colors in checkout quickorder. I need the colors in input field to be black Here is Prt screen picture: See files. John Edited December 13, 2014 by Addmeplease IVS (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted December 13, 2014 Share Posted December 13, 2014 Hello Afraid I cannot see print screen Paul Link to comment Share on other sites More sharing options...
dioniz Posted December 13, 2014 Share Posted December 13, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now