A background image can be added by setting the appearance CSS settings to "Custom - User Entered" and adding the following into the text area (replacing url as needed):
body {
background-ima... more
Mark as Admin - Sai Wong,Sat December 26 2020 7:10am
Hello Erik,
Thanks for the response. I am tweeking the CSS settings.
However, when I try a message and set 'Mark as Admin' it appears as Yellow text in my forum. But when I in the message editor... more
Hi Sai,
I just checked your forum, it looks like you have it working now. :)
If anyone else comes across this, the formatting can be added by adding the following CSS into the custom CSS or lin... more
worked it out - Sai Wong,Sat December 26 2020 7:38am
Don't worry I worked it out and used your settings
.admin_post {
color: #fff;
background: #f00;
padding: 2px;
margin: 5px;
font-weight: bold;
border-radius: 5px;
}