XF 2.2 Where to change the color of "People you follow"

Silmarillion

Active member
peoplefollow.webp

I just can't figure out where to change the text color. It is identical to the background and therefore unfortunately not visible.
I have the same problem under "Members" with the headings "Moste Messages", "Highest reaction score" etc ...

The solution to the riddle is definitely easy. But sometimes you can't see the forest for the trees. ;)

Best regards.
 
Solution
Add to the extra.less template:

Less:
[data-widget-key="forum_overview_members_online"][data-widget-section="onlineNow"]
{
    .block-body .block-row.block-row--minor:first-child .block-textHeader
    {
        color: orange;
    }
}
Add to the extra.less template:

Less:
[data-widget-key="forum_overview_members_online"][data-widget-section="onlineNow"]
{
    .block-body .block-row.block-row--minor:first-child .block-textHeader
    {
        color: orange;
    }
}
 
Solution
Top Bottom