Please or Register to create posts and topics.

Hello, I need some assistance

I am looking to add colored names to my forum to show and indicate staff, How do i do this?

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.
XOFLAdmin
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

I dont even know how to do that lol

You just have to add this code to your themes style.css-file. But depending on your theme there should also be a setting in the customizer which allows you to add this kind of custom-css to your theme without modifying files directly.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!