Title: label changes
Last modified: August 21, 2016

---

# label changes

 *  Resolved [enricodg](https://wordpress.org/support/users/enricodg/)
 * (@enricodg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/label-changes/)
 * How can I remove or simply change (font, text color, PX dimension) the “Your 
   email:” on the “enter email address” box.
    [http://www.enricodigiamberardino.com/Blog/blog/](http://www.enricodigiamberardino.com/Blog/blog/)
 * Thank you !!
 * [https://wordpress.org/plugins/subscribe2/](https://wordpress.org/plugins/subscribe2/)

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

 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/label-changes/#post-4648589)
 * [@enricodg](https://wordpress.org/support/users/enricodg/),
 * You can remove elements of the form like the Your Email prompt using the API 
   s2_form filter as described here:
    [http://subscribe2.wordpress.com/support/api/](http://subscribe2.wordpress.com/support/api/)
 *  Thread Starter [enricodg](https://wordpress.org/support/users/enricodg/)
 * (@enricodg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/label-changes/#post-4648669)
 * Sorry but I’m talking about the widget I need a short css code..
 * on [http://subscribe2.wordpress.com/support/api/](http://subscribe2.wordpress.com/support/api/)
   i found this
    ‘ function my_s2_form($form) { $form = str_replace(‘Your email:’,”,
   $form); return $form; } add_filter(‘s2_form’, ‘my_s2_form’); ‘ If this fits my
   broblem where I have to write it ?|
 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/label-changes/#post-4648670)
 * [@enricodg](https://wordpress.org/support/users/enricodg/),
 * The Widget is simply a sidebar rendering of the main form.
 * The code you’ve found is exactly what you need to remove the “Your email:” text.
   You can create your own plugin with it or add it to the functions.php file of
   your theme.

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

The topic ‘label changes’ is closed to new replies.

 * ![](https://ps.w.org/subscribe2/assets/icon-256x256.png?rev=2318630)
 * [Subscribe2 - Form, Email Subscribers & Newsletters](https://wordpress.org/plugins/subscribe2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subscribe2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subscribe2/)
 * [Active Topics](https://wordpress.org/support/plugin/subscribe2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subscribe2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subscribe2/reviews/)

## Tags

 * [label](https://wordpress.org/support/topic-tag/label/)

 * 3 replies
 * 2 participants
 * Last reply from: [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/label-changes/#post-4648670)
 * Status: resolved