COMMUNITY - FORUMS - REPORT A BUG
Show signature links as links?

I'm not sure about it. Maybe it is a bug or maybe it is a new feature. ;-)

Using the signature editor i see this: Imgur

And within topics i get this: Imgur

It would be nice that links would be shown as links and not as normal text.


Alt text - can be left blank

8/10/2017 7:02:41 PM #1

Thanks for the feedback!

We will share it with the team and hopefully we can see that improve in future iterations of the site.


"Stupid questions make more sense than stupid mistakes."

8/11/2017 2:22:15 AM #2

Super easy fix. At line 634 in site.css, add:

.forum-signature a { color: #a33333; }

to make links appear the same in signatures as they do in the post body, or

.forum-signature a { color: #BE1B1B; }

for the color that they appear on the Edit Profile page. :)