Quote from
Asgaros on January 21, 2018, 7:02 pm
Hello XOFLAdmin,
the names of administrators and moderators are automatically highlighted with a color when you enable the option “Highlight administrator/moderator names”. You can change this color with the following CSS-code:
#af-wrapper .highlight-admin, #af-wrapper .highlight-admin a {
color: blue !important;
}
#af-wrapper .highlight-moderator, #af-wrapper .highlight-moderator a {
color: orange !important;
}
Hello XOFLAdmin,
the names of administrators and moderators are automatically highlighted with a color when you enable the option “Highlight administrator/moderator names”. You can change this color with the following CSS-code:
#af-wrapper .highlight-admin, #af-wrapper .highlight-admin a {
color: blue !important;
}
#af-wrapper .highlight-moderator, #af-wrapper .highlight-moderator a {
color: orange !important;
}
XOFLAdmin has reacted to this post.