Thesis is a very clean SEO (Search Engine Optimization) Friendly theme but in its option panels (Design Options and Thesis Options), there is no Pre-Option of changing the Text Logo with a Image Logo. But there is a Option of using our own Custom Style sheet from which we can replace the Text Logo with our Image Logo. Below is the Coding that you have to place in the File highlighted below and you are all set up for your Logo. It is simple and easy and everyone can do it.
/*Logo : Thesis Theme*/
.custom #header #logo a { display: block; height: 200px; width: 962px; background: url(images/header.png) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } .custom #header { padding: 0; }
.custom #header {border-bottom:none;background-color : transparent; }
.custom #header_area .page {padding-top:0;}
.custom #header {height:170px;*background: #333 url(‘images/bg-body.png’) no-repeat; background-position:bottom right; border-bottom:none;}
.custom #header {height:131px; background: url(‘images/bg-header.png’) no-repeat; background-position:bottom right; border-bottom:none;}
Just Copy and Paste the Above Code in Your Custom.Css File (themes/thesis/custom/) and upload your logo in (themes/thesis/custom/images/), then change the bolder text in the code header.png to the name of your logo.And just see the change in your Blog/Website.You will see your logo in place of the Previous Text.
