Please or Register to create posts and topics.

Admin/Mod Color Text change?

I’m pretty sure it has been asked before, but How can I change the color of the Admin  and Moderator text from red/green to another color?  TIA

Hi hillbillybonez,

The styles change

#af-wrapper .highlight-admin {
    color: #e00000;
}
#af-wrapper .highlight-moderator {
    color: #099922;
}

 

MakerNoids has reacted to this post.
MakerNoids
Quote from Yworld on August 31, 2017, 5:27 pm

Hi hillbillybonez,

The styles change

#af-wrapper .highlight-admin {
    color: #e00000;
}
#af-wrapper .highlight-moderator {
    color: #099922;
}
  1. #af-wrapper .highlight-admin {
  2. color: #e00000;
  3. }
  4. #af-wrapper .highlight-moderator {
  5. color: #099922;
  6. }
#af-wrapper .highlight-admin {
    color: #e00000;
}
#af-wrapper .highlight-moderator {
    color: #099922;
}

 

where do I edit this?

You have to add it to your themes style.css file.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on September 1, 2017, 12:17 am

You have to add it to your themes style.css file.

ok, but where do I add the code in the style.css file?

 

Quote from hillbillybonez on September 1, 2017, 1:47 am
Quote from Asgaros on September 1, 2017, 12:17 am

You have to add it to your themes style.css file.

ok, but where do I add the code in the style.css file?

 

wp-content/plugins/asgaros-forum/skin/style.css

Just add it to the end of the file. 🙂

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

You both Rock, Many thanks!