Theme: TwentyTwelve Changing link color
-
I’ve searched and found threads on this but I still can’t get it to work. I have set up a child theme. By default, links are light gray and I’d like to change them. Here is what I’ve got in my child theme’s style.css file which I copied from on of those threads.
/* Theme Name: Twenty Twelve Child Description: Child theme for the Twenty Twelve theme Template: twentytwelve */ @import url("../twentytwelve/style.css"); a:link { color:#000000; !important; } a:visited { color:#21759b; !important; } a:hover { color:#0f3647; !important; }
My site is https://www.toadinaboat.com/
Help, please?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Theme: TwentyTwelve Changing link color’ is closed to new replies.