MyBB Community Forums

Full Version: How to Change Panel Links Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change the welcome panel link colors without affecting the whole board?
Add this to global.css and change the color codes:
#panel a:link, #panel a:visited {
	color: #000;
}
#panel a:hover, #panel a:active {
	color: #fff;
}