Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing backround image

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

  • LPH2005
    Participant

    @lph2005

    Hey John,

    I believe that you can add a css statement to your style.css in the child-theme and it should work.

    Something like this – in which the image is in a directory called images sitting off the root

    body {
    background: #eaeaea url( /images/background.gif ) top left repeat-x;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 170%;
    color: #555;
    width: 90%;
    min-width: 960px;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
    }


    abcde666
    Participant

    @erich73

    which image are you talking about ? The big one (1250 x 125px) in the top header ?
    If so, go into your Dashboard (domain.com/wp-admin) and upload a new image exactly this size in the section “Appearance”.


    LPH2005
    Participant

    @lph2005

    Good point rich – I was just making the assumption he meant background image to the body.


    john mclain
    Participant

    @android11

    thanks guys, sorry i didn’t make myself clear, I am hoping to change the background color to black or insert an image. @LPH2005 Thank you, I will give it a try as soon as I get a chance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing backround image’ is closed to new replies.
Skip to toolbar