Hide all badges:
.UserCard-badges, .PostUser-badge, .Badge--group--[ID] {
display: none;
}
Hide badge only in post discussion:
.PostUser-badges .Badge--group--[ID] {
display: none;
}
OBS: It will only be visible on the user's profile.
EDIT: CSS was wrong ... now it's all right