Skip to content

Instantly share code, notes, and snippets.

@hzlzh
Created March 29, 2012 13:24
Show Gist options
  • Save hzlzh/2237419 to your computer and use it in GitHub Desktop.
Save hzlzh/2237419 to your computer and use it in GitHub Desktop.
Replace text with Logo of WordPress theme Dot-B

Reply to @mynameabhay in https://twitter.com/mynameabhay/status/185343038032314370

Update those CSS style to the file: 'style.css' of Dot-B, you need to change the image link to your LOGO url, and give it a appropriate size.

'style.css' : line 64

#header #logo a, #header #logo a:visited {
color: #0066CC;
font-size: 32px;
line-height: 32px;
/\* add below \*/
background: url("http://www.google.com.hk/images/logo.png") repeat scroll 0 0 transparent;
width: 275px;
height: 95px;

display: block;
text-indent: -999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment