Amaury Well-known member Sep 28, 2013 #1 I want the link to be blue like the other links, but it looks like something is overwriting it, as it's crossed out:
I want the link to be blue like the other links, but it looks like something is overwriting it, as it's crossed out:
TPerry Well-known member Sep 28, 2013 #2 Maybe Code: .xenOverlay.memberCard .lastActivity.pairsInline dd a { color:cyan !important; } with the color code whatever normal link color you use. It worked on my 1.2.2 forum. Upvote 0 Downvote
Maybe Code: .xenOverlay.memberCard .lastActivity.pairsInline dd a { color:cyan !important; } with the color code whatever normal link color you use. It worked on my 1.2.2 forum.
Amaury Well-known member Sep 28, 2013 #3 Tracy Perry said: Maybe Code: .xenOverlay.memberCard .lastActivity.pairsInline dd a { color:cyan !important; } with the color code whatever normal link color you use. It worked on my 1.2.2 forum. Click to expand... That did it. Thanks! While we're at it, how about the number link for posts, trophy points and warning points? Upvote 0 Downvote
Tracy Perry said: Maybe Code: .xenOverlay.memberCard .lastActivity.pairsInline dd a { color:cyan !important; } with the color code whatever normal link color you use. It worked on my 1.2.2 forum. Click to expand... That did it. Thanks! While we're at it, how about the number link for posts, trophy points and warning points?
TPerry Well-known member Sep 28, 2013 #4 Amaury said: That did it. Thanks! While we're at it, how about the number link for posts, trophy points and warning points? Click to expand... Try Code: .xenOverlay.memberCard .userInfo .userStats dd a { color: green !important; } I use @Luke Foreman's Post Ratings, but I think the above will cover the built in likes also. Upvote 0 Downvote
Amaury said: That did it. Thanks! While we're at it, how about the number link for posts, trophy points and warning points? Click to expand... Try Code: .xenOverlay.memberCard .userInfo .userStats dd a { color: green !important; } I use @Luke Foreman's Post Ratings, but I think the above will cover the built in likes also.
Amaury Well-known member Sep 28, 2013 #5 Tracy Perry said: Try Code: .xenOverlay.memberCard .userInfo .userStats dd a { color: green !important; } I use @Luke Foreman's Post Ratings, but I think the above will cover the built in likes also. Click to expand... Yup, that got it. Thanks! I, of course, changed the color to #3B5998. Upvote 0 Downvote
Tracy Perry said: Try Code: .xenOverlay.memberCard .userInfo .userStats dd a { color: green !important; } I use @Luke Foreman's Post Ratings, but I think the above will cover the built in likes also. Click to expand... Yup, that got it. Thanks! I, of course, changed the color to #3B5998.