Sunday, August 12, 2012

Thesis Themes Customization: 3 | Add Header Logo

I will use 1.8 Developer version of Thesis Theme

LogIn to your Dashboard and Go to Thesis > Custom File Editor
Thesis Themes Customization, Thesis Themes nav menu color, DIY thesis theme nav menu style, thesis theme navigation menu style 

Place this code below custom.css :
.custom #header #logo a {
    display:block;
    width:384px;
    height:100px;
    /* insert the file path to your logo below */
    background:url(YOUR LOGO URL HERE) center no-repeat;
    color:#000000;
    text-indent: -9999px;
    padding: 2px 0px;
}
Now Save it.
[Please comment for any Problem]

No comments:

Post a Comment

!! COMMENT HERE FOR ANY PROBLEM !!

Featured post

WordPress yoast plugin remove date or article:published_time

Yoast is an essential plugin for WordPress SEO. It is one of the best SEO plugin for wordpress right now. But, after disabling date from ...