Changing picture/logo on blog ABOVE the header

  • Unknown's avatar

    Hello-

    I am trying to change the image/logo on the top of my blog that is above the top navigation menu. I thought maybe it was the ‘header’ but when i go to change the header that actually occurs below the navigation.

    How can i change the image/logo that appears at the very top of my blog?

    thanks so much for your time and help- Andrew

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Andrew,

    The image is actually added through custom CSS that is enabled on your blog. You can find it under Appearance -> Customize -> CSS. The lines you’re looking for are as follows:

    hgroup {
    	background-image: url('http://andegaviablog.files.wordpress.com/2013/10/logo.png');
    	background-repeat: no-repeat;
    	background-size: 346px auto;
    	height: 193px;
    	background-position: 50% center;
    }

    To change the image, you’ll need to change the file URL to the URL of the image you want in the header.

    Let me know if you have any trouble!

  • Unknown's avatar

    thanks a lot that worked perfectly

  • Unknown's avatar

    Great! Let me know if you need anything else.

  • The topic ‘Changing picture/logo on blog ABOVE the header’ is closed to new replies.