WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

290

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)

[–] [deleted] 2 pts 4y

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

if you want comments included too.

[–] [deleted] 0 pt 4y

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

[–] [deleted] 1 pt 4y (edited 4y)

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

[–] [deleted] 0 pt 4y (edited 4y)

I just tested your code. And it makes disappear both buttons on posts.

The thread has the upvote button visible.