Support » Themes and Templates » Adding image to my header

  • Hi

    This is the first time installing wordpress for my website.

    I’m still pretty new to coding so please bear with me.

    What i’m trying to achieve is rather simple. That is to replace my current theme’s header with my own. And to make it linked to my homepage when someone clicks on it.

    From what i’ve read, this is how i’m suppose to code it for my themes style.css file.

    http://pastebin.com/Jkn4agFi

    But i’m still not getting the image on my header.

    Appeciate some help

Viewing 3 replies - 1 through 3 (of 3 total)
  • What is the address to your site?

    Do a relative path to your image

    If your directory structure is

    themes
    -bluesense
    –style.css
    –header.jpg
    background: #ffffff url("header.jpg") top center no-repeat;

    but it’s more likely that your jpg is in an images folder like this…

    themes
    -bluesense
    –style.css
    –images
    —header.jpg
    background: #ffffff url("images/header.jpg") top center no-repeat;

    Thread Starter coldshot

    (@coldshot)

    My site is http://www.quickeasydietsthatwork.com

    I tried using another theme to check and its still the same problem.

    It seems there’s no separate image folder for me to place the jpg file into.

    Do i need to create one?

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