Title: Subscription Widget Background
Last modified: August 21, 2016

---

# Subscription Widget Background

 *  Resolved [mmarsalli](https://wordpress.org/support/users/mmarsalli/)
 * (@mmarsalli)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subscription-widget-background/)
 * I would like to have a background color for the subscription widget to make it
   more visible. My theme background is white. Any help?
    Is it possible to have
   a background color for the contact form inserted in posts or pages?
 * Thanks
 * [http://deportemed.com](http://deportemed.com)
 * [http://wordpress.org/plugins/jetpack/](http://wordpress.org/plugins/jetpack/)

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subscription-widget-background/#post-4043844)
 * You can customize the look of the form with CSS: try adding the following code
   to your theme stylesheet, or to your custom CSS editor under Appearance > Edit
   CSS in your dashboard:
 *     ```
       #subscribe-blog-blog_subscription-2 input[type="text"] {
       background: #f56734;
       color: #fff;
       padding: 5px !important;
       }
       ```
   
 * You can now adjust the font size, color, and other styles to fit your needs.
 * You can do the same for the contact form:
 *     ```
       #contact-form input[type=text] {
       background: #f56734;
       }
       ```
   
 * If you’re not familiar with CSS, you can have a look at this post to learn how
   to find the relevant CSS selectors for each element of your site:
    [http://dailypost.wordpress.com/2013/07/25/css-selectors/](http://dailypost.wordpress.com/2013/07/25/css-selectors/)
 * I hope this helps.
 *  Thread Starter [mmarsalli](https://wordpress.org/support/users/mmarsalli/)
 * (@mmarsalli)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subscription-widget-background/#post-4043878)
 * Thanks!

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

The topic ‘Subscription Widget Background’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mmarsalli](https://wordpress.org/support/users/mmarsalli/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/subscription-widget-background/#post-4043878)
 * Status: resolved