Adding footer image

  • Unknown's avatar

    I need help with adding an image to the footer. I have it in the header right now but I couldnt figure out how to add it to the footer. I see that I could use a widget and add an image. Right now there is one sidebar and I don’t know how to add another with the theme. My current theme is called buttons.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and see what you think.

    #colophon {
        background: url("https://texasdieteticstudents.files.wordpress.com/2016/08/tsda-logo-2.jpg") no-repeat scroll center top / contain;
        max-width: 504px;
        margin-left: auto;
        margin-right: auto;
    }
    #colophon .site-info {
        padding-top: 130px;
    }
  • The topic ‘Adding footer image’ is closed to new replies.