WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

919

I don't want to start from scratch.

Also, what reference guide for functions, variables, constants, etc do you recommend and are there any Poal native ones?

I don't want to start from scratch. Also, what reference guide for functions, variables, constants, etc do you recommend and are there any Poal native ones?

(post is archived)

[–] 2 pts

Just paste this CSS and everything will be fine

/* remove downvote button */

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

body a.lv50 { fill: #FF007F !important; color: #FF007F !important; background-color: transparent !important; border-left: 0px !important; border-right: 0px !important; border-radius: 0px !important; font-weight: bold;}

body a.lv30 { fill: #FF007F !important; color: #FF007F !important; font-weight: bold;}

body a.lv20 { fill: #FF007F !important; color: #FF007F !important; font-weight: bold;}

body a.lv6 { fill: #FF007F !important; color: #FF007F !important; font-weight: bold;}

body a.lv2 { fill: #FF007F !important; color: #FF007F !important; font-weight: bold;}

body a.lv0 { fill: #FF007F !important; color: #FF007F !important; font-weight: bold;}

/* This hides the real suspicious behavior tag from any users that have them */

body a.lv-0 { display:none; }

[–] 1 pt

I won't be using any of that...

[–] 1 pt

Have it your way

This is close to what we're using at if you want to check it out

[–] 0 pt

I want to keep the vote buttons and colors though.