• Resolved autox420

    (@autox420)


    Admins is red.
    Moderator is i dont know.
    Users are blue.

    Can i add more users with special colors?
    How to change mod and admin color?

Viewing 1 replies (of 1 total)
  • Plugin Author Asgaros

    (@asgaros)

    The mod/admin color is defined with this CSS code:

    #af-wrapper .highlight-admin,
    #af-wrapper .highlight-admin a {
        color: #e00000 !important;
    }
    #af-wrapper .highlight-moderator,
    #af-wrapper .highlight-moderator a {
        color: #099922 !important;
    }

    Feel free to modify it inside your theme.

    The users default color can be changed with this:

    #af-wrapper .post-author strong {
        color: blue !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘User colors.’ is closed to new replies.