XF 2.2 Editing approval queue text

Solution
Try this in your extra .less template

Code:
.messageNotice.messageNotice--highlighted

{color:red}

.messageNotice.messageNotice--highlighted a

{color:rgreen}

Change colors to suit.

However this does imply something has gone wrong in your style properties that would be the best place to find the fix
Try this in your extra .less template

Code:
.messageNotice.messageNotice--highlighted

{color:red}

.messageNotice.messageNotice--highlighted a

{color:rgreen}

Change colors to suit.

However this does imply something has gone wrong in your style properties that would be the best place to find the fix
 
Solution
Back
Top Bottom