Quote:
Originally Posted by rob01
is posible to remove the white background from the lights?
|
Quote:
Originally Posted by Elite_360_
In your Style Variable what color is your doc_background if its white or tranparent, The background going to be white the lights dont have a background color.
|
If you want to add a background color go to
e360_snowstorm_xmas_lights.css add this line
background:YOURCOLOR;
Example:
#lights {
background:YOURCOLOR;
position:absolute;
left:0px;
top:0px;
width:100%;
height:70px;
overflow:hidden;
}