How to make text inside a textbox a different color

  1. Go to Edit code

  2. Open base.css

  3. Add this code in it, all the way on the bottom, leaving all the other code intact:

input[type=text] {
color: #000 !important;

}

  1. Save base.css

  2. Reload site, see if it works.