How do I change the header text in my WordPress theme?
I downloaded a theme and I was wondering how I can make it say the name of my site rather then "WordPress Theme"? my site is http://www.anthrolabs.com
Public Comments
- You need to replace the following image: wp-content/ themes/ reflections/ images/ title_trans.png With a PNG image that contains the text you want to have displayed in its place. Alternatively, you can look in the header.php file of the theme for the line of code that begins with this: <div id="title"> And remove the image tag, that begins like this: <img width="274" height="48" and replace it with the text you would like to have appear.
Powered by Yahoo! Answers