MyBB Community Forums

Full Version: Help edit css, random color font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have code of file style.css
.style1 {
font-family: Arial;
font-size: 8pt;
color: #000000;
}

It style text , black color

I need random color , can you help me ? edit style.css ?

I try to change :
.style1 {
font-family: Arial;
font-size: 8pt;
color: random(100000, FFFFFF);
}
but font's still Black color , please help me !