Changing your thesis logo is very simple, and I’ll show you how in the following video:
You can watch it on youtube if you want
I included below the code I used on the video for a quick reference:
function custom_logo() {
?>
}
add_action(‘thesis_hook_header’, ‘custom_logo’);
Just remember to un-chech show site name in header and show site tagline in header from the display options.
