Full background image

Hello, try

Code:
#headerMover
{
    background-image: url("your-path-or-url-image") !important;
}
#headerMover #headerProxy, #header, #content
{
    background-color: transparent !important;
}

in your extra.css template.

Result:

1mjFG
 
yex: Remove txt in red for content only :)

#headerMover #headerProxy, #header, #content
{
background-color: transparent !important;
}
 
Hi sorry to bump this but i tried adding my own image but when i do it becomes tiled although the image is around 1871 in width, why would this happen?
 
Top Bottom