Here's some tweaks I made, it's a decent base.
Here's some tweaks I made, it's a decent base.
https://ghostbin.co/paste/eyxe5
Weird CSS. There is a simple way to disable downvotes:
/* HIDES DOWNVOTING BUTTON */
.downvote, .c-downvote { display: none !important; }
Weird CSS. There is a simple way to disable downvotes:
/* HIDES DOWNVOTING BUTTON */
.downvote, .c-downvote { display: none !important; }
I removed any display on voting but left the original comments from the poal dev who's handle escapes me right now. I usually override with body and not !important as it can stop overriding via specificity later on in the css.
I removed any display on voting but left the original comments from the poal dev who's handle escapes me right now. I usually override with body and not !important as it can stop overriding via specificity later on in the css.
Okay, thanks for the info.
Okay, thanks for the info.
(post is archived)