• CrystalMarie

    (@crystalmarie)


    Hello,

    Is there a way to change color of only select letters in heading/blog title?

    I absolutely love this theme…btw. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi! Happy to hear that ??

    You would need to wrap the title into span classes or IDs, and then give each a color.

    Ex.

    <span class="color-1">My</span> <span class="color-2">Blog</span>

    And then this css:

    span.color-1 { color: red; }
    span.color-2 { color: blue; }

    Thread Starter CrystalMarie

    (@crystalmarie)

    Would this work for letters within the title?

    Ex

    BeYOUtiful…with only “YOU” in red letters.

    Try it and see, it should work fine!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing color of only select letters in heading/blog title’ is closed to new replies.