Hiding Bear Blog's upvote form
Updates:
- Brian posted a much better exploration of our options over on his blog.
- Here’s a good post from mantis on this topic.
A few days after hiding the upvote count via the CSS described in ReedyBear's post, I decided to hide the button altogether on my blog.
Upvoting has been the one part of Bear Blog that doesn't sit right with me. I love being free of the endless popularity contests of social media, which I quit 5+ years ago, yet I still find myself worrying about whether my posts have been upvoted here. I want to not care. But when the numbers exist, apparently I can't help it.
Now that I've made it impossible difficult1 to upvote my posts,
I hope to get back to not caring.
Here's the CSS that I tacked onto my theme:
/* custom: hide upvote form */
form#upvote-form {
display: none !important;
}
If there's a better way, please email me and let me know!
One exceedingly generous reader got into the browser dev tools and unhid the form so they could upvote my semantic line break post. And it looks like two more have done the same to upvote this post since then! ❤️↩