homepage cat colors by category

Posted in: Newspaper
Post count: 12

HI,
I want to change the colors of the category tags in home page, so every cat has a different coloration. How can I do that?

thanks,
m

Post count: 20688

Hi,

By category it is not possible, by block it is possible. Flex blocks have an option to color the category tags – http://prntscr.com/mmjhoj
So you can color the category tags by specific block (flex block), not specific category.

Thanks

Post count: 12

thanks for the reply but this is not enough for me. I need different colors for each category. I’ve thought a different way to do that: to add the class nicename in the script that displays cats in flex blocks:

<?php if ($category_position == ‘above’) { echo ‘<div class=”‘ . get_cat_name( $cat_id ) . ‘”>’ . $this->get_category() . ‘</div>’; }?>

but I don’t understand why it doesn’t work.

Could you be so kind to give me a hint?

thank’s
m

Post count: 20688

It would be easier with some CSS, check in this topic a solution I provided (lower in the post) to color the category tags by the category name
https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.