aikidesi
Member
I've been able to make a few changes to the format as I slowly get the hand of the css setup... I want the background to be black added this code to user.css
body {
background: #000000;
color: #666;
text-align: center;
font:normal 87.5%/1.428 "Helvetica Neue",Helvetica,sans-serif;
}
That worked for the main and stats screens but had no effect on the Gateway page and I've been unable to figure out how to modify it. I tried setting the background to black in gateway.html but it had no effect either.
As always, your help is greatly appreciated.
body {
background: #000000;
color: #666;
text-align: center;
font:normal 87.5%/1.428 "Helvetica Neue",Helvetica,sans-serif;
}
That worked for the main and stats screens but had no effect on the Gateway page and I've been unable to figure out how to modify it. I tried setting the background to black in gateway.html but it had no effect either.
As always, your help is greatly appreciated.