Title: Tamala Huntley's Replies | WordPress.org

---

# Tamala Huntley

  [  ](https://wordpress.org/support/users/thuntley/)

 *   [Profile](https://wordpress.org/support/users/thuntley/)
 *   [Topics Started](https://wordpress.org/support/users/thuntley/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thuntley/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thuntley/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thuntley/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thuntley/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thuntley/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis eNews Extended] plugin update removes form field CSS formatting](https://wordpress.org/support/topic/plugin-update-removes-form-field-css-formatting/)
 *  Thread Starter [Tamala Huntley](https://wordpress.org/support/users/thuntley/)
 * (@thuntley)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-update-removes-form-field-css-formatting/#post-6414527)
 * sarasbakestudio, this is what I had to use for what you see on [http://www.affirmationsofgod.com](http://www.affirmationsofgod.com):
 *     ```
       .sidebar #subbox, .sidebar #subbox1 {color: #24003B; font-size: 18px; line-height: 22px; border-radius: 5px; box-shadow: none; border: 0; background: #c6b9a2;}
   
       .sidebar .enews-widget input[type="submit"] {
       	background: #24003b;
       	border: none;
       	box-shadow: none;
       	width: 100%;
       border-radius: 5px; font-size: 22px; text-transform: uppercase; font-weight: bold;
       }
   
       .sidebar .enews-widget input:hover[type="submit"] {
       	opacity: 0.7;
       	transition: 0;
       }
   
       .enews ::-webkit-input-placeholder {
          color: #24003B; opacity: 1;
       }
   
       .enews :-moz-placeholder { /* Firefox 18- */
          color: #24003B; opacity: 1;
       }
   
       .enews ::-moz-placeholder {  /* Firefox 19+ */
          color: #24003B; opacity: 1;
       }
   
       .enews :-ms-input-placeholder {
          color: #24003B; opacity: 1;
       }
       ```
   

Viewing 1 replies (of 1 total)