How erase comments number and author from blocks‏

Posted in: Newspaper
Post count: 1

Hi.
I just update the new theme and I need to hide the comments number and the author from blocks. Could you help me with this telling how to do it please.

Post count: 23312

Hi @enzogrunge,

Please try the code below in theme panel=>custom CSS area: http://screencast.com/t/y3bKPOQLacwt

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

Let me know how it goes!
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.