Viewing 1 replies (of 1 total)
  • Ok, you should probably have a CSS file. Try to locate the style corresponding to the “div id” tag on your header.php file. It might be something like this #header { … there is were you want to place your image code:

    #header {
    background-image: url(‘My_Image.jpg’);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Replacing a title in the Header with a logo’ is closed to new replies.