Hi Guys,
Not really a Tutorial, but i searched a lot in Google to keep the Icons bright / remove this Grey Effect from the Icons, and now i found it. Maybe someone could need that:
By default, forum icons have a greyscale filter applied if there are no new topics. To remove this effect, add the following to custom.css
/* Remove greyscale effect from forum icons */
.focus-member .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read, .focus-member .ipsItemStatus_custom.ipsItemStatus_read{
filter: none;
}
?