• I’m using Theme=Default. In style.css, I change the line

    #header {
    background: #73a0c5 url(‘images/kubrickheader.jpg’) no-repeat bottom center;
    }

    to something else, for example

    #header {
    background: #73a0c5 url(‘images/kubrickfooter.jpg’) no-repeat bottom center;
    }

    but it doesn’t work. Also tried changing headerimg and the other selectors as mentioned in the documentation but again – no luck 🙁
    (header is eating too much space from the page..)
    Any help is appreciated- thanks

Viewing 1 replies (of 1 total)
  • The Kubrick theme uses special code in functions.php to output the header CSS directly into the page itself.

    You might want to have a look through your functions.php file and try playing with the CSS in that as well to get the effect you’re looking for.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to edit Header’ is closed to new replies.