How to add clickable header banner in thesis wordpress theme

Post image for How to add clickable header banner in thesis wordpress theme

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:

  1. How I customized thesis theme
  2. How to highlight author comments in thesis wordpress theme with background and logo
  3. Thesis-how to place ads Above the post title in thesis wordpress theme
  4. Fourblogger.com Absolute Guide to Thesis wordpress theme
  5. How to add floating back to top button in thesis wordpress theme
  6. How to add a widgetized 3 column footer in thesis wordpress theme
  7. how to use thesis openhook wordpress plugin
  8. We are using Thesis 1.6 wordpress theme!!
  9. How to add featured posts in custom feature box in thesis wordpress theme
  10. How to add stylish asnio 3 column footer to thesis wordpress theme

Leave a Comment

Previous post:

Next post: