Header Title Color
I generated with Responsive HTML5, using the layout Theme 1_Standard. After generating and previewing I notice that the header title font changes color between red, white and blue depending upon where you click in the generated project. I have been through all the settings and cannot find a way of preventing this - I want the title to be white and not change color. Looking at the HTML for each topic it looks like this is driving it:
/*<![CDATA[*/
A:visited {
color: #ff0000;
}
A:active {
color: #008000;
}
A:link {
color: #0000A0;
}
/*]]>*
This seems to be overriding the header title font color that I picked in Theme 1_Standard.
Does anyone know how to turn this off? Please and thank you!
