From AOU's post here: https://poal.co/s/Poaldev/64879
Disable post votes (can't still be downvoted from /all/new)
.downvote { display: none; }
Disable comment votes
.c-downvote { display: none; }
From AOU's post here: https://poal.co/s/Poaldev/64879
Disable post votes (can't still be downvoted from /all/new)
.downvote { display: none; }
Disable comment votes
.c-downvote { display: none; }
If you want to disable the downvote (only in your sub) add this to the Stylesheet:
.c-downvote, .downvote {
display: none;
}
People will still have the ability to downvote your post in /all
mostly looking for a way to change the hover over text from "Downvote" to "spam report" or the like.
Spam report is misleading since the mod will not receive a notification when a post/comment is downvoted.
I guess disabling in a sub is the nearest compromise possible atm. Thanks for your help!
adding !important after most changes helps as it overrides poal stylesheets
(post is archived)