Remove email and website from WordPress comment
If you want to remove Email and Website from your comment form. There are several methods. But the simplest method is to add some lines in your css: #respond .comment-form-email, #respond .comment-form-url { display: none; }