Hi there!
I thought it's an easy one but I can't figure this one.
I want to change the color of the text on my pages (only links) to light grey when your mouse hover them (simple roll over effect).
I use a child theme on twenty eleven theme.
I tried to add this to the style.css of the child theme:
a:focus,
a:active,
a:hover {
text-decoration: none;
color: #CCCCCC;
}
the default underline of the link gone but the color wont change. .
what am I doing wrong?
here is the link to the site:
http://s92060302.onlinehome.us/melamednew/en/works
thanks!