#dash-award {display: none;}#dash-fans {display: none;}#dash-friends {display: none;}#dash-stats {display: none;}.dash-segment.dash-segment-friends {display: none;}.dash-segment.dash-segment-stats {display: none;}.dash-segment.dash-segment-fans {display: none;}
.dash-stats-karma {display: none;}
Other options:
no subject
NOTE: I use stylish, because otherwise, these guys refuse to be edited.
HIDING DASH STUFF: BADGES / FANS / FRIENDS / STATS
these hide the whole thing + don't forget the second part(s) below
#dash-award {display: none;}
#dash-fans {display: none;}
#dash-friends {display: none;}
#dash-stats {display: none;}
.dash-segment.dash-segment-friends {display: none;}
.dash-segment.dash-segment-stats {display: none;}
.dash-segment.dash-segment-fans {display: none;}
the second part here was because there was some leftover white space and things
HIDE JUST THE KARMA
.dash-stats-karma {display: none;}