Remove number of post from popular category widget?

Posted in: Newspaper
Post count: 135

Hello,

I would like to remove the number of post I have from the popular category list. Is this possible?

Thank you.

Post count: 22421

Hello,

You can use a custom css code to remove the number of posts. Please add this code in the theme panel under custom css:

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

Thank you!

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