footer image

SportainmentMG

Active member
Hey all,
I have a simple image (@imagePath/xenforo/footer.png) that I would like to use as my forums footer image however at the moment no matter what I try to do the image isn't appearing.

Can anyone try and give me a heads up as to how i can get that image to work.
 
You might need to add in a background-color: none!important

I've got an image as the footer with the following code i used though it depends on what your wanting to do and might need to revert to chris's post and make the template edit.

Code:
.footer .pageContent{
    background-color: none!important;
    background: url("@imagePath/xenforo/gradients/footer-bg.png") no-repeat scroll center bottom transparent !important;
 
}

footer.webp
 
Top Bottom