featured-content カテゴリによって色替え

.grid .featured-content .entry-headerに背景cssあり

カテゴリで分岐の場合ソースへ

content-featured-post.phpへ

div entry-headerに直接スタイルで分岐

<?php if(in_category(4)):
$fc='#ffc200';
elseif(in_category(6)):
$fc='#0084ff';
elseif(in_category(5)):
$fc='#ff6b65';

endif;
?>
<header class="entry-header" style="background-color:<?php echo $fc?>; border-color:<?php echo $fc?>;">