Removing "Website" & "Email" Fields from Comments Section

Hello,
I have comments enabled on the following post:

Is there additional CSS that would allow me to delete the “Website” and “Email” fields in the Comments section?

I would prefer not to make any changes to functions.php because I am not familiar with that.
And I’ve tried plugins, but they have not worked… including the one here, which was suggested in the past: How to Remove Website URL Field from WordPress Comment Form

Thank you!

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

#commentform > div > div:nth-child(2), #commentform > div > div:nth-child(3) {
display: none;
}

Thanks!
Colorlib Support Team

Thank you!!

Thank you too :slight_smile:

Let me know if you need anything else in new ticket