How to remove date and comments in blocks and big grid?

Posted in: Newsmag
Post count: 20

Hi, how do i remove the date and comments and blocks and big grids? also the “-” between author name and date.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/9ULFc6a1dlaa

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

Thanks!

Post count: 20

thanks it worked in pages, but didn’t work in archive pages. any fix?

Post count: 20

never mind, i solved it by copying the above code but replacing .td_block_wrap to .td-module-meta-info

Thanks!

Post count: 6535

Hi

Glad you manage to solve this.
Thanks for letting me know and for your message!

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