Best to keep it is a separate topic, easier to track! Ok, so modifying what we did with our naked header example, the following code should work for what you want to do:
.sticky-header-resized #logo img {
display: none!important;
}
.sticky-header-resized #logo {
background: transparent url('http://dante.swiftideas.net/wp-content/uploads/2013/10/[email protected]') no-repeat center left;
background-size: 92px 21px;
width: 92px;
}
You’ll need to set your logo image URL, and background-size and width, based on the logo you want to use.
Hope that helps. Give it a go and if it needs tweaking I’ll take a look.
– Ed