by ShopSite Lauren » Tue Mar 22, 2011 7:48 am
What is the URL to your website so that I can see what template you are using? Some templates have a built in navigation feature that is displayed if the actual "Navigation" feature is not being used. For most templates, if the Navigation feature under Preferences > Navigation is being used, then you can add the following CSS into your header field to override the template colors for the navigation.
<style type="text/css">
.suckertreemenu ul li {
background-color: #123456;
}
.suckertreemenu ul li a {
background-color: #123456;
color: white;
}
.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.