Comments NeilB4TheKing started the conversationMarch 20, 2018 at 5:11amCan I hide/remove the "website" fields from the "Leave a Comment" form 2,700PenciDesign repliedMarch 20, 2018 at 7:05amHi,To do that, please 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, #respond p.comment-form-url{ width: 48%; margin-left: 4%; }#respond p.comment-form-author{ margin-left: 0; }}Best Regards,PenciDesignNeilB4TheKing repliedMarch 22, 2018 at 1:53amthank you Sign in to reply ...
Can I hide/remove the "website" fields from the "Leave a Comment" form
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
thank you