Forum breadcrumbs – You are here:Asgaros Support ForumSupportchange color
Please or Register to create posts and topics.

change color

how to change the color for this – “822 Topics · 3,779 Posts”

Hello @dkbjorn

You can try the following CSS-code to change the color of the forum-stats:

#af-wrapper .forum-stats,
#af-wrapper .topic-stats {
    color: red !important;
}

 

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 October 29, 2018, 8:03 am

Hello @dkbjorn

You can try the following CSS-code to change the color of the forum-stats:

#af-wrapper .forum-stats,
#af-wrapper .topic-stats {
    color: red !important;
}
  1. #af-wrapper .forum-stats,
  2. #af-wrapper .topic-stats {
  3. color: red !important;
  4. }
#af-wrapper .forum-stats,
#af-wrapper .topic-stats {
    color: red !important;
}

 

Many thx…  It’s work…