Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Role specific background color in posts.
keesha
✭
Hello,
I'm looking for a way to get a different background color for moderators like you can change it in wordpress with the author css tag.
Possible?
0
Best Answer
-
peregrine MVP
get the role title plugin and add
http://vanillaforums.org/addon/roletitle-pluginput something like this to custom.css in your theme
li.role-moderator {
background: green; }I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
2
Answers
get the role title plugin and add
http://vanillaforums.org/addon/roletitle-plugin
put something like this to custom.css in your theme
li.role-moderator {
background: green; }
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Holy cow, worked like a charm.
Thank you
Awesome!
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.