I found how to change the background, the user name, "My Updates" and "Logout" in the top bar, but I cannot find where to change the "Hello" and the "(...points)" text. I searched and found several related questions, but no answers that worked for this particular change.
I can't find anything in css related to points. I found
if (qa_is_logged_in()) { // adds points count after logged in username
$userpoints=qa_get_logged_in_points();
in the qa-theme.php file, but don't know what to do with that in relation to color
Anyone can point me in the right direction?