Hi,
I wanted to change the link color & a:hover text decoration behaviour of the footer links and added the following lines in the template.css;
#ja-footer a:link, a:visited {
text-decoration:none;
color:#666666;
}
and added the line below into “#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus”
text-decoration:underline;
But later I realised that somehow all other link colors were changed to “color:#666666;” in the body and right panel links. Even the clickable article titles and h tags’ colors changed to #666666 which used to be red.
How can I only change footer links’ appereances as described above?
My website is http://www.turkeyvillaholidays.com
Thanks & Regards