#NoDistractions
1 messages · Page 1 of 1 (latest)
@hasty solar correct if i'm wrong, but didn't this get rid username gradients as well?
either way, i found a solution if anyone else is looking for it lol
[class^="usernameGradient"] {
background: var(--custom-gradient-color-1);
background-clip: text;
}
this doesn't get rid of the glow on hover, will fix that soon lol
oop, that gradient was added after this was made
i'll look into it and add it soon
coolio
can't for the life of me find how it gets the glow, but the only input i can add is that when hovered, the username tag gains convenienceGlowGradientActive_e5de78 and animateGradient_e5de78
sorry for the LATE reply
but from the link you provided, i'll be adding this
/* remove gradient glow in chat and member list */
span[class*="usernameGradient_"] {
color: color-mix(in lab, var(--custom-gradient-color-1), var(--custom-gradient-color-2));
background: none;
-webkit-text-fill-color: initial;
}
span[class^="nameGlow"] {
display: none;
}
yay
doesnt seem to work after the last update
found these, they should work as at least a temporary solution
/* hides clan tags, nameplates, and avatar decorations */
span[class*="clanTag"],
.\_4bbc6dc06e75ad52-container,
[class*="avatarDecoration"] {
display: none;
@primal crest
thank you so much
Hey, Is there a version to only disable avatar and Nameplates?
I like the Tags
just comment out the second line of it
(add // to line 2)
Perfect! that worked!
thanks!
no problem :3