CSS Classes?
You wrote that the roles would have CSS Classes for theme, but I cannot find them whatsoever, unless I'm misunderstanding. I want to be able to have role specific colors show, so role unique CSS Classes on span.MItem.RoleTitle would be very nice.
1
Comments
That would be great! I would love being able to change the role title using the CSS Editor plugin.
Role specific colors
In CSS Editor im add
.Role_Administrator .Author a {
color:red;
}
for Administrator is working, but for custom role is not working
.Role_CustomRoleName .Author a {
color:red;
}