Klortho wrote:Thanks, that helped.... but I found that the color of the sitename and site_description were a dark grey (#444444) that didn't contrast well with the red background. I wanted to change them to white, so I added a couple of character classes. Maybe this isn't the right way to do this, maybe if you have time you can comment. I updated the overall header line as follows:And then added the following to the CSS stylesheet:Code: Select all
<td align="center" valign="middle"><h1><span class='sitename'>{SITENAME}</span></h1><span class="gen"><span class='site_description'>{SITE_DESCRIPTION}</span></span></td>
Which is working for me.Code: Select all
.sitename { color: #FFFFFF; } .site_description { color: #FFFFFF; }
Well, thanks but that didnt change anything!Mighty Gorgon wrote:Please, try to refresh imageset cache in ACP.