Remove date,views,comments

Posted in: Newspaper
Post count: 220

Hi,

I want to get rid of date,views,comments in all modules,

Thanks,
Srikanth.

Post count: 7909

Hi,

You can hide them using this custom css in Theme Panel > Custom Css: http://screencast.com/t/bGyCHAckg

.td_mod_wrap .meta-info{
display: none !important;
}

Or delete/comment those in modules files: http://screencast.com/t/pYDy5f5C

Thanks!

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