XF 2.0 Change Colors for Notices

svaughn114

Active member
Licensed customer
Is there a more simple way to change colors of notices? I am having a difficult time understanding CSS.
 
Whenever you want a particular colour you could try this.
It will also work for your usergroups.

color: red;

Instead of putting in the colour code which is difficult, try the actual word of the colour you want.
 
Unless I did that incorrectly, it isn't working. I'm adding it under the "Display styling" where it says Primary, Accent, Dark, Light, and "Other, using custom CSS class name". Can't get it to work.
 
<font color="darkgreen">YOUR TEXT</font>
substitute darkgreen for whatever colour you want.
Put it in the Message with your message
 
Back
Top Bottom