by ShopSite Lauren » Fri Mar 11, 2011 2:58 pm
You can change the header color by going to Pages > Edit Page Layout and changing the active link color. However, I would not suggest going that route if you are changing the color to white because that will also change other settings such as the color of links on the page when you hover over them, and you don't want the links to disappear when you hover over them. Instead, what I would suggest would be to add some code to a field that is on all pages (such as the header field Preferences > Layout Settings or Page Header and Footer).
<style type="text/css">
td.header {
background-color: white;
color: black;
}
td.header a, td.header a:active, td.header a:visited, td.header a:link {
color: black;
}
td.header a:hover {
color: red;
}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.