Page 1 of 1

Links Highlight In Post

Posted: 19. Apr 2010, 11:01
by laprjns
I don't know if its the themes that I 'm using but I cannot distinguish links in post on this forum. Links look like the other non link text until I hover over them, then they get highlighted, which is red in my case.
Is it the themes that I use?

Re: Links Highlight In Post

Posted: 19. Apr 2010, 11:06
by thenktor
Are you using the standard theme? I think it does not highlight links, so I have to fix it.

Re: Links Highlight In Post

Posted: 19. Apr 2010, 11:41
by laprjns
No, but I don't have this problem on other forums

Re: Links Highlight In Post

Posted: 19. Apr 2010, 11:57
by Shador
thenktor wrote:Are you using the standard theme? I think it does not highlight links, so I have to fix it.
Yes, I also noticed this, but didn't take it too serious. Anyway, it would be great if you could do so. :)

Re: Links Highlight In Post

Posted: 19. Apr 2010, 12:00
by JRD
+1. I usually make my links in bold since I discovered this problem.

Re: Links Highlight In Post

Posted: 19. Apr 2010, 15:16
by Akuna
+ 1 ;)

Re: Links Highlight In Post

Posted: 19. Apr 2010, 15:29
by thenktor

Re: Links Highlight In Post

Posted: 19. Apr 2010, 15:31
by thenktor
laprjns wrote:No, but I don't have this problem on other forums
I'm sure you are using the standard forum theme because with the other 2 available themes the links are blu ;)

Re: Links Highlight In Post

Posted: 19. Apr 2010, 15:44
by thenktor
Hmm, net easy to change, because it changes the color of every link in the forum.

Re: Links Highlight In Post

Posted: 19. Apr 2010, 22:38
by JRD
Use this type of CSS :

Code: Select all

.postbody a, .postbody a:visited {
  font-weight: bold;
  color: #008000
}
For example.