CustomerService
05-12-2008, 02:02 PM
Issue
The links in the Welcome message were too dark.
Resolution
Added some CSS.
Manual Fix
Under Additional CSS (bottom of page) in All Style Options find:
#welcome {
background: url(images/styles/attention/style/welcome.png) no-repeat;
min-height:120px;
padding:10px;
}
Paste BELOW that:
#welcome a{
color: #fff;
}
#welcome a:hover{
color: #636F9F;
text-decoration:none;
}
The master archive has been updated.!coffee
The links in the Welcome message were too dark.
Resolution
Added some CSS.
Manual Fix
Under Additional CSS (bottom of page) in All Style Options find:
#welcome {
background: url(images/styles/attention/style/welcome.png) no-repeat;
min-height:120px;
padding:10px;
}
Paste BELOW that:
#welcome a{
color: #fff;
}
#welcome a:hover{
color: #636F9F;
text-decoration:none;
}
The master archive has been updated.!coffee