How to remove date.

Posted in: Newsmag
Post count: 7

Hi. I know how to remove date in post, but how to remove a date from category listings? I need only keep a post name and remove date, autor, comments etc. how to do this in all theme? tnx.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

.td-module-comments, .td-post-date, .td-post-author-name span {
display: none!important;
}

Let me know how it goes.
Thanks!

Post count: 7

Hi, I need to remove not to hide. completely remove from site. tnx.

Post count: 6535

Hi

To remove these informations from module you need to edit td_module.php and comment this code: http://screencast.com/t/8lvuy4KuOYhttp://screencast.com/t/usIiP5fn

Thanks!

Post count: 7

tnx. will be nice if you can add this option to theme settings in next update.

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