CMS Development

RikinShah
Member

Blog filters custom labels

SOLVE

I am trying to show all topics as fitlers but cannot find any way to custize text for Topic link is generated. By default it shows "TopicName(Post count)" but what if I only want to show Topic Name? 

 

I have similar issue when using post filter by Months and Author

0 Upvotes
1 Accepted solution
Jsum
Solution
Key Advisor

Blog filters custom labels

SOLVE

You could go into the developers console (ctl + shift + i on most browsers) and use the element finder to find the number. It will most likely be wrapped in a span tag or something similar that will have a custom class. You can apply "display: none;" to this class in your css and that should hide the numbers from the topics list. 

 

 

View solution in original post

0 Upvotes
1 Reply 1
Jsum
Solution
Key Advisor

Blog filters custom labels

SOLVE

You could go into the developers console (ctl + shift + i on most browsers) and use the element finder to find the number. It will most likely be wrapped in a span tag or something similar that will have a custom class. You can apply "display: none;" to this class in your css and that should hide the numbers from the topics list. 

 

 

0 Upvotes