Title: .post-content input[type=&quot;email&quot;]
Last modified: August 22, 2016

---

# .post-content input[type="email"]

 *  Resolved [grosbouff](https://wordpress.org/support/users/grosbouff/)
 * (@grosbouff)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/)
 * Hi, could you add the selector **.post-content input[type=”email”]** here ?
 *     ```
       .post-content input[type="text"], .post-content input[type="tel"], .post-content input[type="url"], .post-content input[type="password"], .post-content textarea {
       ...
       }
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 10 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194301)
 * Are you also looking to do this yourself?
 *  Thread Starter [grosbouff](https://wordpress.org/support/users/grosbouff/)
 * (@grosbouff)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194448)
 * What do yo mean ?
    (sorry, my english is limited, i’m speaking french)
 * I was posting this because the theme author forgot to put that selector in that
   list. I could obviously do it myself, but… If he updates his plugin, my changes
   will be lost.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194449)
 * I’ll mark this thread as “not a support question” then to avoid any further confusion
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194577)
 * Hi grosbouff,
 * The input[type=”email”] selector will be included in the next update. Thanks!
 * — Anders
 *  [vadim-v](https://wordpress.org/support/users/vadim-v/)
 * (@vadim-v)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194585)
 * This is my code, please add
    1. select with an arrow (/* -webkit-appearance: 
   none; */) 2. input[type=”email”] 3. .widget-title{line-height:2;}
 *     ```
       <style>
       input[type="email"], select {
       width: 100%;
       padding: 14px 16px;
       font-size: 0.85em;
       border: none;
       color: #333;
       border: 2px solid #eee;
       background: #fdfdfd;
       border-radius: 3px;
       -webkit-transition: background 0.2s ease-in-out;
       -moz-transition: background 0.2s ease-in-out;
       -ms-transition: background 0.2s ease-in-out;
       -o-transition: background 0.2s ease-in-out;
       transition: background 0.2s ease-in-out;
       /* -webkit-appearance: none; */
       }
       .widget-title {
       line-height: 2;
       }
       </style>
       ```
   
 *  [thanghn92](https://wordpress.org/support/users/thanghn92/)
 * (@thanghn92)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194586)
 * I don’t understand!!!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194587)
 * [@thanghn92](https://wordpress.org/support/users/thanghn92/), please create a
   new thread: [http://wordpress.org/support/theme/baskerville#postform](http://wordpress.org/support/theme/baskerville#postform)

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘.post-content input[type="email"]’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/baskerville/2.3.1/screenshot.jpg)
 * Baskerville
 * [Support Threads](https://wordpress.org/support/theme/baskerville/)
 * [Active Topics](https://wordpress.org/support/theme/baskerville/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/baskerville/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/baskerville/reviews/)

 * 7 replies
 * 5 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/post-content-inputtypeemail/#post-5194587)
 * Status: resolved