XF 1.5 Footer transparency

edwardjc08

New member
Hello, here is my current EXTRA.CSS.

Code:
#logo img
{
  width: 400px !important;
  margin: 16px 0 0 -36px !important;
  max-width: 100% !important;
}

#logoBlock
{
  height:150px;
}

#headerMover #headerProxy, #header, #content
{
    background-color: transparent !important;
}

#headerMover
{
    background-image: url("URL") !important;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

How would I make it so that the footer is transparent and not white? All of my color settings in style properties is set to transparent.
 
Top Bottom