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]](https://camo.mybb.com/829a8449279b57fb72bcceceecf3349a36c5d79d/687474703a2f2f7777772e696b662d666f72756d2e65752f77656c636f6d652e6a7067)
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 ........