Baskerville Theme – How to Change Link Color
-
Trying to change a few things in CSS for our company blog http://blog.kout.io:
– description color (I want it white)
– hover title color (#d10000)
– hover blog posts color (#d10000, somehow it works)
– ‘continue reading’ color to #d10000
– search bar from #000000 to #f9f9f9Ive used code along the lines of
.site-title a:hover, .site-title a:focus {
color: #d10000;
}.post-header .post-title a:hover, .post-header .post-title a:focus {
color: #d10000;
}but only the blog title works – can you help?
Thanks,
-
- The topic ‘Baskerville Theme – How to Change Link Color’ is closed to new replies.