Changing 'hover' color of all links - SOLVED

Oct 19, 2007 15:27

I've been fiddling around with my journal with tips from around this comm, and everything's been very helpful. :) However, I still can't figure out how to make all the links in my entries (including lj-cuts, if possible) do that purple background/white text thing when hovered over. Basically, I'd like all of the links to do what my tags currently ( Read more... )

page:links:colors

Leave a comment

Comments 2

av8rmike October 19 2007, 20:17:54 UTC
You have this in the CSS now:

.asset-tags-list a:hover {
background-color: #xxxxxx;
}First of all, the xxxxxx's aren't a valid color; they're just a placeholder I use. You have to put in a valid color code, which is already set to #866fa8 in this theme.
Second, setting

a:hover {
color: #xxxxxx;
background-color: #xxxxxx;
}should work on most of the links. Just change the xxxxxx's to your own color.

Reply

la_petite_singe October 19 2007, 21:31:14 UTC
Oh, whoops. I knew I meant to change something. ;D Thanks, that worked!

Reply


Leave a comment

Up