Title: Delete email field
Last modified: May 21, 2021

---

# Delete email field

 *  Resolved [barbe4cue](https://wordpress.org/support/users/barbe4cue/)
 * (@barbe4cue)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/)
 * Hi,
 * I’ve read some posts about it ([https://wordpress.org/support/topic/remove-email-field-from-comment-form/](https://wordpress.org/support/topic/remove-email-field-from-comment-form/))
   but I still can’t find it:
 * 1. Dashboard > Comments > Forms admin page, edit the “Default form”.
    2. Dashboard
   > Comments > Settings > Styling admin page – to change the CSS.
 * I want to delete the email field in order to make everyone able to comment without
   leaving an email.
 * Another question I have is if I delete that part, should I have to continue linking
   the GDPR texts + box since they are only using a name that can be invented? It’s
   a European website.
 * Can you help me?
 * Thanks in advance,

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

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14467386)
 * Hi,
 * > I want to delete the email field in order to make everyone able to comment 
   > without leaving an email.
 * Please read this FAQ: [https://wpdiscuz.com/community/f-a-q/how-to-hide-the-email-field/#:~:text=Just%20click%20on%20the%20%22Default,website%2C%20ReCAPTCHA%2C%20submit](https://wpdiscuz.com/community/f-a-q/how-to-hide-the-email-field/#:~:text=Just%20click%20on%20the%20%22Default,website%2C%20ReCAPTCHA%2C%20submit)).
 * You can also use the solution provided here: [https://wordpress.org/support/topic/disable-email-field-2/](https://wordpress.org/support/topic/disable-email-field-2/)
 * > Another question I have is if I delete that part, should I have to continue
   > linking the GDPR texts + box since they are only using a name that can be invented?
   > It’s a European website.
 * We’re not sure about this. This should be decided by website owner.
 *  Thread Starter [barbe4cue](https://wordpress.org/support/users/barbe4cue/)
 * (@barbe4cue)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14467400)
 * Hi,
 * Thanks for your fast reply!
 * I don’t mind putting it in CSS but the problem is that I don’t know where to 
   find ‘Top Admin Bar > Customize > Additional CSS > “Additional CSS”‘
 * Do you have any screenshots of that part?
 * Thanks!
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14467411)
 * Here is an instruction: [https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/)
 * Please use the method 1.
 *  Thread Starter [barbe4cue](https://wordpress.org/support/users/barbe4cue/)
 * (@barbe4cue)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14467460)
 * Hi,
 * Sadly this is the first thing I did (after doing it I cleared all the caches)
   but it’s not working. The required box option is also disabled but it’s not working.
 * About the JS, can you explain to me where in functions.php should I put it? I
   want to disable it in all the entries.
 * Again, thanks!
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14467494)
 * Please use try the code provided below:
 *     ```
       #wpdcom .wpdiscuz-item.wc_email-wrapper.wpd-has-icon {
           display: none !important; 
       }
       ```
   
    -  This reply was modified 5 years ago by [gVectors Support](https://wordpress.org/support/users/gvectorssupport/).
 *  Thread Starter [barbe4cue](https://wordpress.org/support/users/barbe4cue/)
 * (@barbe4cue)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14467530)
 * Yes, I already saw it.
 * I want to know where should I add it.
 * Thanks
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14469804)
 * You’ve added the following code:
 *     ```
       #wpcomm .wc_email-wrapper { 
           display: none !important; 
       }
       ```
   
 * Now I’m asking you remove it and put the following one instead of it:
 *     ```
       #wpdcom .wpdiscuz-item.wc_email-wrapper.wpd-has-icon {
           display: none !important; 
       }
       ```
   
 * This code should be added in the same textarea as mentioned here: [https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/)
 *  Thread Starter [barbe4cue](https://wordpress.org/support/users/barbe4cue/)
 * (@barbe4cue)
 * [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14478875)
 * Yes! This one worked perfectly!
 * Thank you!

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

The topic ‘Delete email field’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [barbe4cue](https://wordpress.org/support/users/barbe4cue/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/delete-email-field/#post-14478875)
 * Status: resolved