Comment Hover |
![]() ![]() |
Comment Hover |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2009 Member No: 736,109 ![]() |
I know this a really small thing to nitpick on, but I've tried numerous codes to fix this, but whatever I put in, the links in the comments module hover the default color rather than what I've used for css/myspacing coding in the rest of the page. The link of the name will still hover a maroon underlined link, and when you hover the full name/picture, the display name becomes blue. Anyone know a code to fix this? It would be appreciated.
|
|
|
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Try this code:
CODE <style> .friendsComments, .friendsComments td b, .friendsComments td a, .friendsComments td b a, .columnsWidening, .commentlinks {color:ffffff!important;} </style> Replace "ffffff" with a hex code of your choice. |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2009 Member No: 736,109 ![]() |
Do you have another code? It's still doing the stupid hover with the maroon, underlined color. Oh and it's 2.0 if that will differentiate any coding.
|
|
|
![]()
Post
#4
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2009 Member No: 736,109 ![]() |
Oh sorry, my mistake. Forgot about announcing 2.0 from the start.
The only thing is that when you hover over the picture, the link turns blue. The maroon part is fixed, but that is still an issue. Sorry for being nitpicky and all. |
|
|
![]()
Post
#5
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Try this code instead:
CODE div.commentsModule div.moduleBody div.user span.msProfileLink a:hover, div.commentsModule div.moduleBody div.user span.msProfileLink a span:hover {color:#FF0000; text-decoration:none}
|
|
|
![]() ![]() |