/ Published in: CSS
URL: http://www.thewpmag.com/quick-projects/replacing-header-text-with-an-image/
Really handy tip for "replacing" the wordpress logo text with a logo image. It also preserves the text offscreen for SEO and readers that can't see images.
Expand |
Embed | Plain Text
h1 { background: url(images/logo.png) no-repeat; width: 389px; height: 81px; position: relative; top: 30px; } h1 a { width: 389px; height: 81px; text-indent: -9000px; }
You need to login to post a comment.
