You are viewing a single comment's thread.

view the rest of the comments →

0
3

[–] gnarvin 0 points 3 points (+3|-0) ago  (edited ago)

I'd do it like this

a[href^="/user/USERNAME_HERE"]{
    color: #767d33 !important;
}

Just replace USERNAME_HERE with yours or other mod names. Also if you just use a[href^="/user/"] it will change the color of all user names on your subverse, which is what I did for my subs. I just put a small box around mods names.

0
1

[–] Bkow 0 points 1 point (+1|-0) ago 

How would I get the [M] next to the mods name?

0
1

[–] gnarvin 0 points 1 point (+1|-0) ago 

a[href^="/user/"]::after {
background: #27292d;
border: 1px solid #515359;
border-radius: 4px;
color: #91939a;
margin-right: 2px;
margin-left: 1px;
padding: 1px 1px;
vertical-align: middle;
}
a[href="/user/Bkow"]:not(.upvoatsGiven)::after {
color: #00cf00;
content: " M ";
}

Something like that?

0
0

[–] Zunox [S] ago 

Thanks i tried making this edit. Then going back to normal. Now my css wont work, says "Something bad happened."

0
0

[–] gnarvin ago 

a[href^="/user/Zunox"]{
    color: green !important;
}

Just like that? Strange, I just tried this for mine and it worked fine to change just my name.