Logo instead of text title
-
I realize that a similar question has probably been asked a lot. But I can’t seem to find the answer. I’m on .com and have the bundle that includes Custom Design. How do I replace the title text in Sinfo (or any theme) with my logo? I gather there is CSS coding …
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Here is an example showing how to replace the site title in the Simfo theme with a logo:
.site-title { text-align: center; } .site-title a { background: url(http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png) center no-repeat; display: inline-block; height: 145px; text-align: left; text-indent: -9999px; width: 176px; }Change out the url() value and the width and height with your image details.
- The topic ‘Logo instead of text title’ is closed to new replies.