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; }
I won't be using any of that...
Have it your way
This is close to what we're using at if you want to check it out
I want to keep the vote buttons and colors though.
(post is archived)