MyBB Community Forums

Full Version: Change color of welcome member block's username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change color of welcome member block's username. I saw in global.lang.php it is something like this
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";

IF i use manual css to change color, in header>>welcome member template, the only username doesn't change.
How to fix it?

I assume that you have myBB 1.6.4 ; if so the welcome block has profile link ..
you can try css similar to below :
#panel a {color: #000fff;}
yes using mybb 1.6.4
#panel a {color: #000fff;} ------> Not working
^ can we have a test user account ...
(2011-09-04, 11:02 AM)ranjani Wrote: [ -> ]I assume that you have myBB 1.6.4 ; if so the welcome block has profile link ..
you can try css similar to below :
#panel a {color: #000fff;}

Will this worked, I added a:link with #panel Smile