Quote:
Originally Posted by Hippy
in your arcade css change the background color for alt1 and alt2
to
Code:
background: transparent;
well looking now at the new ARCADE.css the background was removed .. so just add that line above color:#000000;
so it looks like this
Code:
.alt1, .alt1Active
{
background: transparent;
color: #000000;
}
.alt2, .alt2Active
{
background: transparent;
color: #000000;
}
|
where is arcade.css, not in the folder Arcade