header.php icerisine
<?php 
 if (is_single()) 
{ $tekil_arkaplan = get_post_meta($post->ID, 'tekil_arkaplan', true); 
if (!empty($tekil_arkaplan)) 
{ ?> 
<style type="text/css">
     <?php echo $tekil_arkaplan; ?> 
</style> 
<?php } } ?>
ekliyorsun tekil yazida ozel alan giriyorsun tekil_arkaplan karsiligina ise

.post{
    background:red;
}
bu sekilde veya

.post{
    background:#000000;
}