• Using a child theme for the TwentyTwelve template, but something has happened to my links. This is the CS I wrote for them:

    a {
    	font-weight: bold;
    	color: #191970;
    	text-decoration: none;
    }
    
    a:hover {
    	color: #b22222;
    	text-decoration: underline;
    }

    But as you’ll see on the site, the links are now gray. How did that happen and how can I fix it?

    Thanx.

    SITE: http://imblacknitravel.com

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Links the wrong color’ is closed to new replies.