Hide the logo but retain the link to home

Ready
You can hide the logo for your site if it's contained in your header file, but still retain the ability to use the logo area as a link to the home page (a standard web design best practice): 

#Logo img{
display:none;
}
#Logo a{
    display: inline-block;
    font-size: 0;
    height: 139px;
    width: 325px;
}
                                            
0 comments
0 Views
0 revisions
 

Related Links

No Related Resource entered.