Multiple font colors within blog title. Can it be done?
-
I’m trying to have 2 different font colors in my blog title.
For example, my blog title is “How To Catch Any Fish”
I want all the text black, which it is by default in the css, but want to change the word “Catch” to #b9b9b9.
I thought maybe I could go into the header.php file and replace something that resolved the title like <?php bloginfo(‘name’); ?> and replace that with:
How To <font color=”#b9b9b9″>Catch</font> Any Fish
But I don’t see anywhere I can do that and make it work. Any suggestions?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Multiple font colors within blog title. Can it be done?’ is closed to new replies.