Archived topic
In comment form how do i hide website entry
4 replies · Started by Andy on July 18, 2021
Site: savingtoinvest.com
Trying to hide URL/website entry box in comment. But unable to get it to hide despite adding CSS per forum. Can you help? Even the plug in to remove the URL is not working (which it was on my last theme)
Hi there,
This should help:
https://docs.generatepress.com/article/remove-e-mail-and-url-field-from-comment-form/
Adding PHP: https://docs.generatepress.com/article/adding-php/
Let me know :)
Tried this, but nothing seemed to change (other than name and email are no longer mandatory).
Actually found an easier way to do this. Just added this custom CCS and it did the trick. Nothing else needed to be changed.,
.comment-form #url{
display:none;
}
Glad to hear.