Changing Site Title Hover Color
-
Hello, I’m trying to change the hover color for my site title to be #009999. I’ve tried a bunch of things but haven’t managed to figure it out. Any help is appreciated!
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will do that for you.
.logo h1 a:hover, .logo h1 a:focus { color: #009999; } -
Thank you! One other thing, I’m also trying to get the post titles to hover in the same color. I put in the below code which works in the preview mode, but doesn’t stick when published to the live site. Any ideas?
a:link:hover { color: #009999; } -
Hi, this would be the code for the post title hover color.
.post-title a:hover { color: #009999; } -
-
- The topic ‘Changing Site Title Hover Color’ is closed to new replies.