MyBB Community Forums

Full Version: How to Change Forum Rules text dispay colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am Newbie . have very Little knowledge. i want to change the forum Rules text dispay colour. I am currently using duty call theme from themefreak. It shows the forum rule text display colour as white. I want to change it to red.
You can checkout the forum for more details if you need
http://reallifeplus.org/Forum-Promotion-Room

I hope some one will help me.Smile
You should be able to use HTML and CSS directly in the forum rules box.

Example:
<p style="font-family:arial;color:red;font-size:20px;">Blah blah something blah blah don't do that and this blah blah blah</p>
Thanks a lot Will Inform You Once I check it
I use this code Smile

<font color="red">YOUR TEXT HERE</font>
That is not supported in HTML 5, but will work fine.