Recent Posts Counter

Posted in: Newsmag
Post count: 1

I would like to know if it is possible to remove the counter of posts showing up at the footer
Sample

Post count: 23312

Hi,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.td_block_popular_categories .td-cat-no{
display:none;
}

The result is here -> https://www.screencast.com/t/cTpqS424m2Si

Thanks.

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