Comments 1VargisKhan started the conversationAugust 29, 2020 at 2:02amHow do I remove the website option from comments? I only want to keep Name and Email fields there. The website option is getting used for spam links. 2,701PenciDesign repliedAugust 29, 2020 at 3:09amHi,You can do that by add more this code to Customize > Custom CSS: #respond p.comment-form-url{ display: none; } @media only screen and (min-width: 768px){ #respond p.comment-form-author, #respond p.comment-form-email{ width: 49%; } } Best Regards,PenciDesign Sign in to reply ...
How do I remove the website option from comments? I only want to keep Name and Email fields there. The website option is getting used for spam links.
Hi,
You can do that by add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign