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

Color Icons

After updating to the version 1.14.7 my custom colors for each icon turn to the default color

I have this rules, but do no work anymore

#af-wrapper div[id="forum-4"] .forum-status:before {
    color: #FF7700 !important;
}

Cheers!

Hello @n3k0

There was a little change in the code to fix some Font Awesome icon-issues. The updated css-rule should look like the following:

#af-wrapper div[id="forum-8"] .forum-status {
    color: #009688 !important;
}

 

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

Roger that :D!!

Edit:

@asgaros

I Change it, but now only keep a single color, theres no change when i mark it like “read”

I use you changes and this:

#af-wrapper div[id="forum-4"] .forum-status i:before {
    color: #FF7700 !important;
}

But nothing 😛

Cheers!

Asgaros has reacted to this post.
Asgaros

a “up” topic. sorry 😛

 

Hello @n3k0

Please try it again with the following code:

#af-wrapper div[id="forum-8"] .forum-status.unread {
    color: #FF7700 !important;
}

 

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

puuurferct!

Thx as always 🙂

Asgaros has reacted to this post.
Asgaros