XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
CSS for specific usergroup - Xenforo Tips
Read more about this resource...
CSS for specific usergroup - Xenforo Tips
Less:[data-template="member_view"] { .memberHeader-nameWrapper .username--style1 { text-shadow: 0px 0px 0 #0000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000; } }
- If you aren't targeting specific templates, you can combine those like this:
Less:.memberHeader, .memberTooltip { &--withBanner .username--style13 { text-shadow...
Read more about this resource...