XF 2.0 Hyperlinked text in a post

oneobgyn

Member
I am getting complaints from users, that when they add a post and add some text in that pst to be linked, it doesn't show as an underline and hyperlinked.

Is there a way to add that styling in the CSS or code? I am on 2.0.3 Xenforo.
 
We are having the same complaint from users. It is not evident that there is a link to even hover over. So you could change it to always have an underline or a bolder color.
 
That may be style dependent. On the forums I manage, there is a slight color change, from black to light gray/silver, for hyperlinks in the WYSIWYG editor.
 
AdminCP >> Appearance >> Styles >> Style Properties {your style} >> Rich text editor

Scroll to bottom: "Freeform CSS/LESS code"

Try adding text-decoration: underline; or color: red; there.
 
Top Bottom