Background image

Support Area Forums Agency Background image

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #4340
    Jon Gausman
    Participant

    I’d like to have a custom background image.

    I have one ready, just need to put it in. How do I do this?

    #4360
    Bill Robbins
    Moderator

    Jon,

    If you’ll go to the appearance section and select background, you can add a custom image there.

    Another way to do it, that would be to upload the image you’d like to use by going to Media and selecting “Add New.” After the file finishes uploading, copy the URL to that file that WordPress gives you.

    Next go to the appearance section and select edit. From the list of files on your right, choose style-blue.css. Look for this spot:

    body { margin: 0 auto; background: #142634 url(images/bg-blue.jpg) repeat center top; }

    and replace the images/bg-blue.jpg with the URL you copied earlier. Now your new image will be visible and you won’t be loading any extra background images either (speedier site).

    If you have any trouble, let me know.

    #4429
    Jon Gausman
    Participant

    That worked perfectly (Suggestion #2)! Thanks!

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