The default thesis theme header is a text title with bold letters.But that doesnt add to the look of your thesis wordpress site.Hence you may want to add a header image instead of the default title in your wordpress blog.So how to add that header banner image?it is simple and is as follows,
The entire customization of the thesis wordpress theme is controlled by the custom.css and custom_functions.php.To add a clickable header,
1.Create a header banner image for your website.may be in photoshop or if you have already done its ok.
2.Note the size ( ie) the width and height of the banner,you will need it.
3.go to the custom.css in the thesis options/custom file editor
And add the following code into it,may be in the last line.Replace the height: 80px; width: 411px; background: url(images/logo.gif) by your banner details and location.
.custom #header #logo a { display: block; height: 80px; width: 411px; background: url(images/logo.gif) 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;}
Now save it! and you have added a clickable banner image in the header of your thesis wordpress theme.If you have any problems in the thesis customization add a comment here.
Related posts:
- How I customized thesis theme
- How to highlight author comments in thesis wordpress theme with background and logo
- Fourblogger.com Absolute Guide to Thesis wordpress theme
- Thesis-how to place ads Above the post title in thesis wordpress theme
- We are using Thesis 1.6 wordpress theme!!
- How to add floating back to top button in thesis wordpress theme



