Wrap the usernames in a div or something. Then give it a certain class/id and adjust in the css in each style whatever color you want. HTML: <div class="usernamecolor">duhneiz</div> HTML: .usernamecolor { color:green; } HTML: .usernamecolor { color:red; }
i need it to overwrite the group colors... for example a light theme and a dark theme.. the same username colors arent going to work
Admin CP - Groups - *some group such as admins* - Username HTML Markup Add in first box HTML: <div class="admingroup"> Add in second box HTML: </div> That should work. With "class" you can set different colors per style/css and the permissionsystem will divide groups by color this way. I hope I understood correctly ^^"
You should use the <span> tag and not <div> tags. Usernames are shown inline and <div> is a block level element with whitespace after it.
I was just about to ask this question - thanks for the replies! and thanks for the input Wayne I have noticed <span> is better than div when using vbulletin.