Comments Modifications

Posted in: Newspaper
Post count: 25

I would like to do the following:

1. Remove the url field from the Comments form on every post/page.
2. Remove the date from comments published on the site.

Site https://www.dailydream360.com

Post count: 35449

Hi,

Is this is what you want to achieve https://www.screencast.com/t/LVoQwhyFVh8w
then all you need to do is to add the below custom css in Newspaper>Theme panel>Custom code>Custom css
.comments .td-form-email,
.comments .td-form-url,
.comment-link {
display: none;
}

Thank you.

Post count: 2

?

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