Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress: Changing the header Re: WordPress: Changing the header

#96895
monk18
Member

There a few of ways to do this…the first is probably the best method. The second one is a css trick/hack and should really only be used when a hack is absolutely necessary.


1)
/" title="" rel="home">

2)
a.logo{
background: url(logo.jpg) no-repeat left top;
text-indent: -9999px;
}



http://codex.wordpress.org/Function_Reference/bloginfo