Changing the logo on Mid-Century

mc-logo.pngReplacing the graphic in the black bar at the top of each page is easy. You'll need to create a new PNG GIF image with a black background that is 46px by 46px. Name it "logo.png" "logo.gif" and upload to the /mt-static/plugins/mid-century/ directory, overwriting the existing image. The change should be immediate without having to republish your site.

Update: Jason pointed out that the standard version of Mid-Century has a different graphic in the header that's a GIF rather than a PNG.

Related Entries

6 Comments

Hi Jim,
Thank you so much for these little snippets, sharing your knowledge with the MT community. Today I managed to get the related entries working, and looking like your own. After seeing how it was done on the archive template, it was easy to implement. Add a little styling and it looks fantastic. I won't write up the "how-to", it's your baby.

Jim:

**Awesome** work on this theme!

BTW - it looks like your CSS is referencing logo.gif, not logo.png.

Cheers,

Jason

Hi Jason -- I rechecked the css and the image name and it's definitely logo.png. I think logo.gif is the MT logo in the control panel.

Huh - odd. When I use Firebug to take a look at the CSS, this is what I see:


#header-name {
font-size: 22px;
line-height: 40px;
font-weight: normal;
text-transform: lowercase;
font-family: "Helvetica Neue", Arial;
padding: 10px 0 10px 55px;
background: url(logo.gif) no-repeat 5px 50%;
display: block;
float: left;
}

Thanks for the reply.

Jason

Ah! Yes, sorry Jason, you're right. I forgot that my version has my logo and the regular version has a different graphic in the header. Thanks for pointing that out.

wouldn't it be better to do something like the professional template set has:
#homepage-image { background-image: url(http://path/to/your/image.jpg) !important; }

then you could just put it in the stylesheet and it could be gif/png/jpg

Leave a comment

Recent Entries

  • Regular blogging to resume soon

    I've been remiss in not posting here for a few days, but I've been busy with my son's first birthday, my 7th wedding anniversary, an...

  • My pick for best-designed blog

    I have to agree with Chris Basey, who commented on my previous post, that Veerle Pieter's blog is probably the best-designed blog out there. It’s...

  • The best-designed blogs

    What blogs are so well-designed that they make you say, "I wish my blog looked like that"? What is it about them that makes them...

  • Dashes.com now sporting Mid-Century

    Anil Dash's blog has an updated design and I'm proud to say it's a modified version of Mid-Century. Congrats to Anil on the ninth anniversary...

  • Adding Pages to sidebar

    Today I'm going to describe how to add a list of pages to the sidebar in the Mid-Century theme. The example I'm giving here creates...

Close