• Hello,

    Can somebody please help… I have looked over many other posts in this forum regarding replacing a title in a WordPress theme with a logo and I have tried using others advice and insert the appropriate coding in my header.php file …but with no luck. I am using the Sharpfolio theme, and my blog address is https://www.fusscreative.com.au

    Help would be much appreciated!

    KT

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.