hide posts count

Posted in: Newspaper
Post count: 24

Hello,

How to hide number of post count mentioned in front of categories.

This- https://drive.google.com/file/d/1gZMLsxH22Qu7RST3nggqN_E4fOJcDm6u/view?usp=sharing

Post count: 27744

Hello,

Please edit with tagdiv Composer, select the element and disable the post count https://i.imgur.com/Xuoog7o.png

Thank you!

Post count: 24

The website is showing post count in the footer as well as on right of page when we open any article – https://drive.google.com/file/d/1hAuCuWd0Ww2YvY1SQFw4tc1aBK_J643B/view?usp=sharing

Site- Muzictimes.com

That section is not editable neither at footer nor the article page.

Post count: 27744

Hello,

Unfortunately, if you use widgets, then you need to use a custom code css
.td-cat-no
{
display:none;
}

Set the custom code in Theme Panel -> Custom Code -> Custom Css.

Thank you!

Post count: 24

I have added the code but found no changes. Check screenshots

On footer it’s still showing – https://drive.google.com/file/d/1KVH2ULxPvAJoAZK_F9z005dy7TN0vx96/view?usp=sharing

Beside image in posts it’s still showing – https://drive.google.com/file/d/1SprCdAnKPQgEuJ8qwCXyZCLducTRGmbV/view?usp=sharing

Let me know how to resolve this

Post count: 27744

Hello,

Please check this code
.widget_categories li .td-cat-no
{
display:none;
}

Thank you!

Post count: 24

Check this ss- https://drive.google.com/file/d/1b2QNIgI-lR04Ry8t2sdkADo2YQl1ziCO/view?usp=sharing

I don’t know how this logo got shifted to right near categories and disappeared from it’s original place.

Post count: 27744

Hello,

It seems you deleted the image logo, this can’t be found ->https://i.imgur.com/oaT1A3E.png

Thank you!

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