MyBB Community Forums

Full Version: color letter welcome guest
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where in the themes do I change the color of the text (letters) from the welcome text (login register) guest. Its a part of the welcomeblock.
AT this moment it has almost the same color. In the previeuw I mark it blue.

[Image: welcome.jpg]
Just go into your CSS and put this:

#panel {
	background: #666;
	color: #FFF;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	padding: 8px;
        border-left: 0px;
        border-right: 0px;
}

#panel a:link {
	color: #FFF;
}

#panel a:visited {
	color: #FFF
}

#panel a:hover, #panel a:active {
	color: #EEE
        text-decoration: underline;
}

then edit it.
Ok but you change also the background.
But then it does not fit anymore in my lay-out.
So need another issue.
#panel {
    background: #666;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #D4D4D4;
    padding: 8px;
        border-left: 0px;
        border-right: 0px;
}

change the backgroung color no. that you need ........