Checkout User Information Screen

Hi,



I am using responsive theme



During the checkout process where it asks about the users address, shipping methods and payment methods. Its all white in colour. I guess the Background the input field and its border are set to white color or transparent.



How do I modify it



Please help

Screen Shot 2015-02-10 at 12.09.31 AM.png

Hi Add to the custom css field in the visual editor following css




input[type="text"], input[type="password"], textarea, select {
border:1px solid #CCCCCC;
}




You can change the border color to what you want by changing the #cccccc part.



Fotis