• Resolved andriajolie

    (@andriajolie)


    Hi, I am using the anaconda theme template… I am trying to insert an image into the header. Help on what I am doing wrong?
    I added my image to wp-content/themes/anaconda/styles/images, and then in style.css changed the following:
    #header {background: #666 url(”styles/images/sprites.gif”) repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px}
    to
    #header {background: #666 url(”styles/images/webbar2g.gif”) repeat-x;margin: 0 0 25px;padding: 0 0 8px}

    Do I need to change anything else? Am I doing something wrong?
    Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rename your “webbar2g.GIF” to small caps “webbar2g.gif” in the images directory

    or try
    #header {background: #666 url(”styles/images/webbar2g.GIF”) repeat-x;margin: 0 0 25px;padding: 0 0 8px}

    Thread Starter andriajolie

    (@andriajolie)

    yay…it worked! thanks! I really, REALLY don’t know what I would do without you guys!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘anaconda theme- need image help :)’ is closed to new replies.