PDA

View Full Version : How to remove Reputation bar above Avatar?


jasff
02-23-2015, 06:49 AM
I don't want to disable the reputation feature, however I would like to remove the green bars from showing above my member's avatar. How can I do this without having to shut the feature off?

Thanks in advance.

Replicant
02-23-2015, 01:42 PM
Try adding to additional.css

.postbit_reputation{
display:none;
}