New Chat Widget Customisations
Hello,
Is there a way to remove the number of followers and how many posts are in a given topic on the home page?
Hi Christopher,
You can remove the counts by removing this piece of code from the community_topic_list_page.hbs file in the code editor for the theme:
<ul class="meta-group"> <li class="meta-data">{{t 'post_count' count=post_count}}</li> <li class="meta-data">{{t 'follower_count' count=follower_count}}</li></ul>
To easily find the code, do a search for:
<ul class="meta-group">
#helpsome regards,Marie-Cathrine SørensenDeveloper @ helphouse.io
That worked! Thank you.
Also can be done:
.topics .meta-group{display:none;}
Thanks
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.