Solved it myself, added this code at the end of single.php
<?php
$category_name = get_the_category();
$a=get_cat_ID( $category_name[0]->cat_name ); //category id
$cat_data = get_option("category_".$a);
if($cat_data['catBG']){
?>
<style>
some css
<?php }?>