D
Deleted member 91401
Guest
I'm using;
In the "Username CSS" for the default member group (usergroup id: 2)
it was working perfectly until today, every other usergroup shows the colour it is intended too but for some reason the default usergroup for my forum has suddenly stopped showing the CSS mark-up in;
Staff Now Online (all usergroup colours broken even though code implemented in properly, was literally working fine 5 minutes ago)
******* - Modern Forum Statistics (only default usergroup CSS mark-up not working, all other usergroups display as intended)
TaigaChat (again all usergroups apart from default registered user group work as intended with their CSS mark-up)
here is the CSS i'm using in the EXTRA.css file in both light and dark styles;
Code:
<span class='fsemember'></span>
In the "Username CSS" for the default member group (usergroup id: 2)
it was working perfectly until today, every other usergroup shows the colour it is intended too but for some reason the default usergroup for my forum has suddenly stopped showing the CSS mark-up in;
Staff Now Online (all usergroup colours broken even though code implemented in properly, was literally working fine 5 minutes ago)
******* - Modern Forum Statistics (only default usergroup CSS mark-up not working, all other usergroups display as intended)
TaigaChat (again all usergroups apart from default registered user group work as intended with their CSS mark-up)
here is the CSS i'm using in the EXTRA.css file in both light and dark styles;
Code:
.username .style3
{
color: #FFFFFF;
font-weight: bold;
}
.username .style4 {
color: #0080FF;
font-weight: bold;
}
.username .fsemember {
color: #51EDA4;
font-weight: bold;
}