Viewing 3 replies - 1 through 3 (of 3 total)
  • 1) Look for the following part of code:
    <div style="font-size:30px;">
    2) Replace it with:
    <div class="title">
    3) Add the following lines to your style.css:

    .title a { font-size: 30px; color: #xxxxxx; }
    .title a:hover { color: #yyyyyy; }

    #xxxxxx and #yyyyyy have to be the colors you desire (like #ff0000 for red).

    4) Be happy! 🙂

    Thread Starter danstrogiy

    (@danstrogiy)

    Thank you, but then the permalink to the post is the same color) I need the different.

    I’m not exactly sure you you mean… there are 2 links per title, one to the category and one to the post. You want to change just the color of the category-links? In that case, modify the div as described before, and put this into your css:

    .title { font-size: 26px; } // you seem to have altered that from 30px to 26px?
    .title em a { color: #xxxxxx; }
    .title em a:hover { color: #yyyyyy; }

    Hope I could help…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category link color’ is closed to new replies.