I'm using style one - happy with all the settings except the orange link colour. If I change the template style to custom I lose all the settings.
I only want to change the colour of the link (to blue maybe) and leave everything else unchanged.
Where can I do this??
Tried this in layout CSS but no change
a:link, a:visited, .last a:link, .last a:visited, .product-price span {
color: #0000ff !important;
}
Can you advise please??