Amaury
Well-known member
In order to have visible user group colors on our old dark style and new light style, I moved the styling from the user groups into EXTRA.css. As an example, using our new style:
However, after I removed the styling from the user groups themselves, the CSS stopped working.
Any ideas?
Code:
/* User Groups */
.username .style2 {
color: #000000;
}
.username .style3 {
color: #DC143C;
font-weight: bold;
}
.username .style4 {
color: #D2691E;
}
/* User Groups */
However, after I removed the styling from the user groups themselves, the CSS stopped working.
Any ideas?