Hi there, I'm trying to use the custom CSS box for my game pages, but I can't seem to figure out how to make it work. What might I be doing wrong here?
For example, I tried this in my game description box, which seems to work:
[html][h1][b][i][size=30]SUMMARY[/size][/i][/b][/h1][/html]
But when I put this in the CSS box, it does not have any additional effect:
h1 {
text-align: center;
color: red;
}