A lot of people read this and said “It’s not clickable”. And they’re right. This tutorial is to show you how to simply add your own custom image to your header area. It says nothing about making it clickable. I wrote another tutorial on a simple way to make your own custom “clickable” header image. Click here to read the entire tutorial.
I wrote a tutorial about 6 months ago showing how to add a custom image to the header. Since then, new Thesis versions and upgrades have been released. Functions, hooks, and css selectors have been changed. The latest version of Thesis is so much more streamlined than it was 6 months ago. The older tutorial still works fine, but it is overkill.
Here’s the easiest way to insert your own custom header image…
First, get rid of the default header by putting this in your custom_functions.php file…
remove_action ( ‘thesis_hook_header’,'thesis_default_header’);
Next, make sure your new header image is in the correct folder…

Next, in your custom.css add this code…
.custom #header {background: url(images/your header image.jpg) no-repeat; height: Xem; width: Xem;}
Change the X to whatever number gives you the desired effect
And that, my friends, is it..











If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...
Go ahead, leave a comment...