Viewing 3 replies - 1 through 3 (of 3 total)
  • Phil

    (@owendevelopment)

    Everything is possible in this world (well, pretty much).

    Open ‘Appearance’ -> ‘Editor’ and edit style.css.

    You’ll see #header like this:

    #header {
    padding: 63px 60px 62px;
    }

    Simply change it to:

    #header {
    background: url(images/MYIMAGE.jpg) no-repeat;
    padding: 63px 60px 62px;
    }

    * don’t forget to rename MYIMAGE.jpg to whatever you called yours.

    Upload the image you want to use INSIDE the images folder of the theme:
    wp-content/themes/[themename]/images/

    and you’re good to go. 🙂

    Thread Starter McDermmm

    (@mcdermmm)

    Thank you for your help! But I still can’t get any image to appear. Maybe I’m uploading the image incorrectly – how do I upload it into the images folder of the theme?

    Phil

    (@owendevelopment)

    FTP or via your server control panel (File manager)

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

The topic ‘Custom Header Image’ is closed to new replies.