#**Remove nitro advertisement from
1 messages · Page 1 of 1 (latest)
It can be shorter:
/* Hide nitro "offer" in settings */
[class^="premiumLabel"] [class^="eyebrow"] {
display: none;
}
This has the same effect. You should use ^ if the class starts with that name, not *, which means it is somewhere in the name.
this is against the channel rules
?
You could just display none the entire premiumlabel aswell