Title: form input fields
Last modified: January 18, 2018

---

# form input fields

 *  [sc00t](https://wordpress.org/support/users/sc00t/)
 * (@sc00t)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/form-input-fields/)
 * Hi All,
 * I want to change the colour of the form inputs on this page, and also add a border
   to the fields. I can’t for the life of me get it to work~!
 * Any help?
 * Link: [http://scottdaviesdesign.co.uk/ew/join/](http://scottdaviesdesign.co.uk/ew/join/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fform-input-fields%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [alexvtn](https://wordpress.org/support/users/alexvtn/)
 * (@alexvtn)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/form-input-fields/#post-9878321)
 * Hi
 * please don’t edit a theme file to include your own css, please add it from the
   customize section > additional css
 * About your question, you could replace
 * /*scotts edits*/
    input[type=”text”], input[type=”email”], input[type=”textarea”],
   input[type=”text-area”], textarea { background-color: #cbcbcb; border:1px; border-
   color: #000000; }
 * with
 * /*scotts edits*/
    input[type=”text”], input[type=”email”], input[type=”textarea”],
   input[type=”text-area”], textarea { background-color: #cbcbcb; border:1px; border:
   solid 1px #000000; }
 * Have a nice day
 * Alex

Viewing 1 replies (of 1 total)

The topic ‘form input fields’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vale/1.1.8/screenshot.png)
 * Vale
 * [Support Threads](https://wordpress.org/support/theme/vale/)
 * [Active Topics](https://wordpress.org/support/theme/vale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vale/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [alexvtn](https://wordpress.org/support/users/alexvtn/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/form-input-fields/#post-9878321)
 * Status: not resolved