I am using the classic template. You can see the store live at
http://www.earthchylde.com/store
The default catalogue menu colours are green and red. I have changed the text in the stylesheet to read
a:link, #navEZPagesTOC ul li a {
color: #8C0000;
text-decoration: none;
}
a:visited {
/*color: #F7CECE;*/
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #E87777;
}
a:active {
color: #5B0000;
}
This should be varying tones of pink to burgundy, but it remains green and red. I am editing the style sheet in the directory...
/public_html/earthchylde/store/includes/templates/classic/
filename
stylesheet_new.css
Is this the wrong file? Every other colour change I have made has worked except this one... what have I done wrong?



