Footer Background Image assistance please

  • Suzannah

    #5242

    I’ve tried several things from previous threads and I did manage to change the colour but would prefer to add a pleasing image.

    This is the code I have tried but the site just reverts to the original black???

    #footer {

    background-image:url(http://www.suzannahmills.com/wp-admin/media.php?attachment_id=663&action=edit);

    }

    I took the image from my media library … is that correct?

    Thank you in advance for what I know will be excellent advice!

    Suzannah

    http://www.suzannahmills.com/

    ronangelo

    #31268

    You’re using the wrong link to the image. It should look something like this.

    #footer {
    background: url("http://www.suzannahmills.com/wp-content/uploads/2012/01/pic.jpg");
    }

    the url above is just a sample. choose your image in the media library then click to see the “File URL”.

    Suzannah

    #31269

    Brilliant! thank you so much! it worked like a charm and I am very grateful!

    have a great evening.

    suzannah

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.