To give you a bit more info, what I need to modify is as follows:
I need to removeΒ background-color:#999 from:
.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}
And I need to remove display:none from:
.label:empty,.badge:empty{display:none}
I thought !important might work but I’ll admit I don’t know how to use it to remove attributes (or even if you can), only to enforce attributes.