This is what the code looks like for post content in my css:
.single .post .entry-content, .single .attachment .entry-content {background:#fff;color:#888;font-size:1.2em;float:left;padding:0 10px 0 0;margin:0;width:590px;position:relative;z-index:10;min-height:200px;}
And this is probably a silly question, but what exactly is the class or id here? In other words, what shall i replace ID-or-CLASS-of-CONTENT
with?
EDIT:
Think i figured it out.. Does this look right?
<style type="text/css" media="screen">
body, .single .post .entry-content, .single .attachment .entry-content, .page h2.entry-title { background-color: <?php random_bg(); ?>; }
</style>
Where in my header.php would be the best place to put it? I tried putting it under </head> but that makes my site go completely blank.
And if i’d like restrict it to a selection of colors, what would be a good way to do that?
Thanks for coping with me. I must be the only one not watching the game ??