Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13552

broennimann on "How to edit text & hover color in Twenty Twelve?"

$
0
0

Anyone interested: This did it in my child theme's style.css (pick any color you like, of course):

/*
footer color and hover
*/
footer[role="contentinfo"] a:hover {
color: #ab2944;
}
footer[role="contentinfo"] a {
color: #c5bdbd;
}


Viewing all articles
Browse latest Browse all 13552

Trending Articles