• For example, say my blog title is Lorem ipsum dolor

    I would like to have the Lorem in one color, and the rest in another color.

    I could engineer a background image to accomplish this, but i would prefer to have the website be completely SEO friendly

    Anyone got any ideas?

Viewing 1 replies (of 1 total)
  • In your theme (probably in header.php), replace:

    <?php bloginfo('name'); ?>

    With:

    <span style="color: red;">Lorem</span> <span style="color: blue;">ipsum</span> <span style="color: green;">dolor</span>

Viewing 1 replies (of 1 total)
  • The topic ‘Multicolor Blog Title’ is closed to new replies.