Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #118218
    bc1235
    Participant

    is there any way to put an image as the footer background?

    #118244
    tikaram
    Keymaster

    @bc1235 : You can put image as a footer background using the following css.

    .site-footer #site-details { 
     background-image: url(http://yoursite.com/wp-content/uploads/image.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      }

    Change http://yoursite.com/wp-content/uploads/image.jpg with the image that you want to use.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘footer image’ is closed to new replies.