• Resolved zdogg

    (@zdogg)


    hello,

    i have the the latest version of wordpress with chameleon theme. https://alwaysfootball.net. I was wondering how i could change the header to a graphic header of my choice. i found the header.jpg file in the themes folder but the pic is a thin green line which proably reapts to create the effect on the header….so how can i put a graphic header in its place. also..how do i know the size of that header area for a pic
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • zdogg,

    in the green.css stylesheet you’ll see that the background image is set and told to “repeat-x,” or repeat along the x-axis.

    The line you’re looking for looks like this:
    ‘ background: #339933 url(images/green-header.jpg) repeat-x top left; ‘

    Change “green-header.jpg” and change “repeat-x” to “no-repeat.”

    Thread Starter zdogg

    (@zdogg)

    thanks alot, i think i will be able to mange it now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change this graphic header’ is closed to new replies.