• Resolved liberal3

    (@liberal3)


    Hi all, I’m very new to wordpress so I’m sorry if this seems stupid.

    I’m using the quadruple-blue-10 4 column theme. It has a really simple header, though, and I would like to add my own custom image that I made with photoshop. The only helpful posts on here I could find were replacing images.

    I’m lousy at code, so if you could be please be gentle I’d really appreciate it!

    Thanks in advance…

Viewing 2 replies - 1 through 2 (of 2 total)
  • you could find the header div in your style.css (#header or .header) and add the following to it.

    background: #ffffff url('%image_folder&/%image_name.jpg') no-repeat top left;

    If your image isn’t the same size as your header, you’ll have to use HTML to place it in there.

    Thread Starter liberal3

    (@liberal3)

    Thanks that worked great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add a header with an image to a theme without an image’ is closed to new replies.