XF 2.0 Underline links in post message only

Sunka

Well-known member
Licensed customer
What to add in extra.less to underline links in posts only?
Thanks
 
I made it this way: combine the hints from above
CSS:
/* links underline in messages only */
.message-userContent a.link.link--internal {text-decoration:underline;}
.message-userContent a.link.link--external {text-decoration:underline;}

This way, I have no underline at signatures eg. Works with Xenforo 2.2.6 PL2
 
Back
Top Bottom