wu wei orange hover links
-
please, help! i’ve tried using the code/instructions from this post to change that darn orange hover color. i’ve also dug into the original css and then changed each of the colors that have the word “hover” in them. this is the color i want to change it to: #6183A6. any help would be great appreciated!
thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
That’s because you’re targeting the wrong selectors. Replace your CSS code with this one:
.blog-name a, .blog-name a:visited { color:#959ea1; text-decoration:none; } .blog-name a:hover { color:#6183A6; }That should do it.
-
thanks, i figured that one out on my own. now how can i change the link colors? i want to get rid of all that orange! thanks…
-
-
- The topic ‘wu wei orange hover links’ is closed to new replies.