XF 2.2 Changing Color of Quoted User in Message Editor?

Beautiful. Thank you. And how do I use my extra.less template to control link colors while composing?
If you use the link insert button, then
Code:
.fr-element a {
color:gree;
}
should work fine... but that will be any hyperlink in the editor box.
Simply typing in https://doman.com/link in the text editor will not change color until the BBcode is processed, you have to use the link button.
You can also go to ACP -> Appearance -> Style Properties -> Messages -> Message Link and do it there.

Screen Shot 2023-03-28 at 12.17.26 PM.webp
 
Top Bottom