#**Remove nitro advertisement from

1 messages · Page 1 of 1 (latest)

woven thunder
#

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.

burnt valley
#

this is against the channel rules

woven thunder
burnt valley
woven thunder
#

You could just display none the entire premiumlabel aswell