TsinJu Well-known member Dec 21, 2013 #1 I would like to change the Hover Effect just for "Members Online Now" Block. But what CSS Class is used for it?
I would like to change the Hover Effect just for "Members Online Now" Block. But what CSS Class is used for it?
P Paul B XenForo moderator Staff member Dec 21, 2013 #2 Code: .sidebar .userList .username:hover { color: red; } Upvote 0 Downvote
TsinJu Well-known member Dec 21, 2013 #3 Thank you. Working to long on that style Btw could you help me also with the Topic "Members Online Now" Hover? Edit: I tried .sidebar .section .secondaryContent h3 a[href]:hover what worked in firebug, not in Extra.css Last edited: Dec 21, 2013 Upvote 0 Downvote
Thank you. Working to long on that style Btw could you help me also with the Topic "Members Online Now" Hover? Edit: I tried .sidebar .section .secondaryContent h3 a[href]:hover what worked in firebug, not in Extra.css
P Paul B XenForo moderator Staff member Dec 21, 2013 #4 Code: .sidebar h3 a:hover { color: red !important; } Upvote 0 Downvote