WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.1K

I've tried the CSS codes from Reddit and Voat, and none seem to work here on Poal. Can somebody post the CSS code for hiding the downvote button on Poal's subs?

I've tried the CSS codes from Reddit and Voat, and none seem to work here on Poal. Can somebody post the CSS code for hiding the downvote button on Poal's subs?

(post is archived)

[–] 1 pt

.downvote { display: none !important; }

[–] [deleted] 2 pts

.downvote, .c-downvote { display: none !important; }

if you want comments included too.

There is a problem. Your code makes both buttons disappear for posts.

[–] [deleted] 1 pt (edited )

hmm, it shouldnt. The container for the upvote button has the class .upvote and the parent container for both is .votebuttons. I'll have to install stylish and test it.