It seems you do not have a colour scheme selected from the ClassiPress settings. Open up featured-ultimate.php in /
wp-content/plugins/featured-ultimate/ folder and on line 61, un-comment it, and replace the colour with any highlight colour you want. The line looks like this:
PHP Code:
//$bg_color = '#F2FFFD';
change it to
PHP Code:
$bg_color = '#F2FFFD';
and replace '#F2FFFD' to some other colour code if you want a different highlight colour.
Regards,
Mohsin