• I’m trying to use wp-sifr for my site’s text. Part of the design calls for changing the colors of specific words on a line in a post.

    When I do this, wp-sifr creates an indent between the words with different colors. Here’s some of my code. I’m sure there’s an easier way to do this!

    <span style="font-size:24px"><span class="grey">why is there an</span><span class="pink">indent?</span></span>

    (My selectors are .grey and .pink)

    This produces:

    why is there an indent?

  • The topic ‘wp-SIFR’ is closed to new replies.