Comments 2Fjura started the conversationOctober 13, 2020 at 3:20pmHello,may I ask if its possible to hide the "Website" field from the comment section? To prevent spam bots commenting just to insert their website URL.thank you 2,701PenciDesign repliedOctober 13, 2020 at 3:49pmHi, Please add more this code to Customize > Custom CSS to do that: #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 2Fjura repliedOctober 13, 2020 at 4:06pmthank you! Sign in to reply ...
Hello,
may I ask if its possible to hide the "Website" field from the comment section? To prevent spam bots commenting just to insert their website URL.
thank you
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
thank you!