Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    The easiest approach is to add it as a background image to the header portion of your site.

    Find this code on line 17 in /wp-content/themes/simplewp//style.css

    #header {
    background:#FFFFFF;
    color:#000000;
    height:93px;
    width:916px;
    }

    put the header image file in/wp-content/themes/simplewp//images/

    if the header file name is header.jpg, change the background line to
    background:#FFFFFF url(images/header.jpg) no-repeat;

    If you choose, you can adjust the height line in the first CSS group I listed to match the height of the header image in pixels.

    Thread Starter Ronnie

    (@ronniesblog)

    great help… thank you so much
    i really appreciate what you do here

    i know this is a ridiculous question, but i don’t understand what you mean when you are referring to the image file location. can you please help? i’ve changed the code as noted, but can’t figure out where to upload the image. thanks so much for your help in advance.

    https://www.asocialmess.com

    Look for a file named “images”.

    where do you look for the file? i’m confused….do you have files on your comp or ? i guess i’m just seeing the dashboard…am i missing something?

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