Cutline Theme Support Forums » Cutline Theme Support Forums

Highlighted "s" in "Tags"

(4 posts)
  • Started 4 years ago by PaulPoteet
  • Latest reply from junedodge
  • This topic is not resolved

  1. Just started a blog this weekend. Everything is great--except it looks like the "s" in the word "tags" is highlighted. It appears to be the same color as the hyperlinks. Thanks in advance!

    paulpoteet.com/blog/index.php

    Posted 4 years ago #
  2. I think you just need to look at the single page file and move the s to the side where the word tag is - then delete the left over s.

    Nice looking site, Paul.

    Posted 4 years ago #
  3. Thanks June, and pardon my ignorance in advance--which single page file do you mean?

    Posted 4 years ago #
  4. Presentation > Theme Editor > click on Single Post

    See file called single.php

    Do a search for 'tag' - you will see where to make the change then!

    I suggest first copying the part you are going to change. Then paste it back into the file with /* at the beginning and */ at the end - then you will have a copy of the original in a place that is easy to refer to.

    I can't see your single file - but on mine this kind of thing would look like:

    <p class="tagged">Tags: <?php the_category(' · ') ?></p>

    /* Note to self this was the original code: <p class="tagged">Tags: <?php the_category(' · ') ?></p> */

    What I see when I look at your code is:

    <p class="tagged">Tag<span class="flickr_pink">s</span>:

    Just move the s so it's next to the word Tag - then it wll all be in the same font.
    <p class="tagged">Tags<span class="flickr_pink"></span>:

    I do not know why your's says flickr_pink - but if the s is next to the rest of the word the letters will all look the same.

    Hope that helps!

    : )
    June

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.