Q: Disable comment counter #2532
Answered
by
lizheming
githubhabIT
asked this question in
Q&A
-
Describe the bug | 问题描述How do I turn off the comment count counter? Website URL | 问题网站Where your waline deploy? | 服务部署在哪里?Vercel (Default) Where your comment data store? | 数据存储在哪里?LeanCloud(https://leancloud.app) Describe the bug | Problem descriptionHow do I turn off the comment count counter? Website URL | Problem websiteWhere your waline deploy? | Where is the service deployed?Vercel (Default) Where your comment data store? | Where is the data stored?LeanCloud(https://leancloud.app) |
Beta Was this translation helpful? Give feedback.
Answered by
lizheming
May 29, 2024
Replies: 2 comments
-
You can hidden counter with custom css in your html, just add the css in your html: .wl-count { visibility: hidden; } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
githubhabIT
-
Thank you 🔥 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can hidden counter with custom css in your html, just add the css in your html: