• Resolved bhang

    (@bhang)


    Hi everyone..

    is possible to show category in different colof font for each?
    i have categories : news, feature,…
    and i show it with <? the_categories(); ?>
    if news i want in blue color, feature in red color..

    sorry for my bad english..

    thanks

Viewing 1 replies (of 1 total)
  • Thread Starter bhang

    (@bhang)

    ok problem solved

    im using this

    <div class=”h3″ id=”post-<?php the_category_ID(); ?>”>
    <?php the_category(); ?>
    </div>

Viewing 1 replies (of 1 total)
  • The topic ‘category color’ is closed to new replies.