Forums

Categories Color Link (2 posts)

  1. axa22
    Member
    Posted 6 months ago #

    Hey guys, I need some help with the the codes. I'm kinda new to this, so if you could help me that would be great.

    I would like to know how can I change the color of the category link, you know the ones that usually stay under the post. But I would like that each category had its own color. So for example category 1 in blue text, category 2 in red and son on. I'm using the twentyeleven theme. Is there anyway of doing this using just the CSS? Or I have to use the PHP files?

    Thanks.

  2. alchymyth
    The Sweeper
    Posted 6 months ago #

    the post category list items don't have individual css classes, so you cant't just use css;
    you will need to reprogramm the category list output, or program your own list, based on get_the_category() http://codex.wordpress.org/Function_Reference/get_the_category

    working with Twenty Elven, please create a child theme first and make the edits in there.
    http://codex.wordpress.org/Child_Themes

Reply

You must log in to post.

About this Topic