Title: Subscribe button
Last modified: August 30, 2016

---

# Subscribe button

 *  Resolved [Always Made With Love](https://wordpress.org/support/users/always-made-with-love/)
 * (@always-made-with-love)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/subscribe-button-6/)
 * Hi there,
 * Can you please tell me how I can change the color of my “subscribe” button in
   the sidebar to pink (#ff509a), and also on the left-hand side of the email box
   I would like to have text which says “Email Address” (as per the footer).
 * I would also like to remove the border from the subscribe button in the fotter.
 * My website is [http://www.alwaysmadewithlove.co.nz](http://www.alwaysmadewithlove.co.nz)
 * Thanks for your help.
    Lydia
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

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

 *  [Versari](https://wordpress.org/support/users/versari/)
 * (@versari)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/subscribe-button-6/#post-6718773)
 * Try adding this in your .css
 * #subscribe-submit {
    background-color: #colorhere !important; border-color: #
   colorhere !important; color: #colorhere !important; }
 *  Thread Starter [Always Made With Love](https://wordpress.org/support/users/always-made-with-love/)
 * (@always-made-with-love)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/subscribe-button-6/#post-6718854)
 * Hi,
 * Thanks but this didnt work. On the sidebar, it added an extra pink box beside
   the subscribe button and left the actual button black.
 * And on the footer, it extended the existing pink box.
 * Thanks,
 * Lydia.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 6 months ago](https://wordpress.org/support/topic/subscribe-button-6/#post-6718952)
 * This should do the trick:
 *     ```
       .sidebar-primary #subscribe-email #jetpack-subscribe-label {
       	position: relative !important;
       	margin-right: 10px;
       }
   
       #subscribe-submit input {
       	background-color: #ff509a;
       }
   
       .footer-widgets #subscribe-submit input {
       	border: 0 none;
       }
       ```
   
 *  Thread Starter [Always Made With Love](https://wordpress.org/support/users/always-made-with-love/)
 * (@always-made-with-love)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/subscribe-button-6/#post-6718953)
 * Awesome, thanks for that. Seemed to do the trick.

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

The topic ‘Subscribe button’ 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/)

 * 4 replies
 * 3 participants
 * Last reply from: [Always Made With Love](https://wordpress.org/support/users/always-made-with-love/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/subscribe-button-6/#post-6718953)
 * Status: resolved