Clean Template and header text color

General ShopSite user discussion

Clean Template and header text color

Postby pennyweight » Fri Mar 11, 2011 2:41 pm

I am using the clean template and want to have the header color as white. The header text is white by default so you can not see the search, home and go text. Have looked at the CSS and HTML code but can not see where the text color is set. Any suggestions?

Thanks,
Laura
pennyweight
 
Posts: 5
Joined: Wed Feb 02, 2011 6:14 pm

Re: Clean Template and header text color

Postby 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.
ShopSite Lauren
 
Posts: 889
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT


Return to User Forum

Who is online

Users browsing this forum: Majestic-12 [Bot] and 111 guests

cron