Disable website field in comments

Posted in: Newspaper
Post count: 58

How to disable the website field in comments? Using the Newspaper child theme.

Post count: 35449

Unfortunately, there is no option in WordPress or our theme for this, but fields that are not required can be hidden with css:
#comments .td-form-url {
display: none;
}

Set the code in the theme panel > custom code > custom css.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.