How to Remove Dates From Comments?

Posted in: Newspaper
Post count: 3

Hey,
I want to know how can I remove the dates from the comments section. I just don’t want my audience to know exactly when the dates were published. I am currently using Standard Pack, so please guide me accordingly.

Thanks.

Post count: 35449

Hi,

This can be achieve only with custom css, please try this custom css
.comments time{
display: none;
}

The code need to be set in theme panel> custom code> custom css.
If there is still a problem, please provide me a link to your website and I will make a better css for you.

Than you!

Post count: 3

Thanks a lot. That code worked!

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