• Hi,

    I’m trying to add a footer background image to my fourteen theme.

    I tried this custom css:

    .site-footer {
    background-image: url(‘imageurl.jpg’);
    }

    but it’s not showing up at all…

    Anyone knows what i’m doing wrong? My site is http://www.wearethepassengers.com

    thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • So i just tried to do this aswell. It seems the image appears under the page (where you can’t see it). So i’ve applied a padding at the bottom, and it’s showing up now. I hope i could be of any help.

    Thread Starter watp

    (@watp)

    hi menno, thanks for your reply? which padding did you apply so the image appears?

    thanks!

    .site-footer {
    background: url('imageurl.jpg');
    }

    leave off the image part, and make sure you leave the z-index value.

    Thread Starter watp

    (@watp)

    Hi batharoy,
    Thanks for your reply.

    However, applying your css code doesn’t work either, i am not sure what i’m doing wrong..

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Footer bakground image’ is closed to new replies.