Comments valmg started the conversationMay 12, 2020 at 1:24amI want to remove the website url box from the post comment form.I checked themeforest and it looked like people asking this were instructed to submit a ticket, which I am now doing. 2,700PenciDesign repliedMay 12, 2020 at 3:00amHi,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 Sign in to reply ...
I want to remove the website url box from the post comment form.
I checked themeforest and it looked like people asking this were instructed to submit a ticket, which I am now doing.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign