Title: SidePosts css background color?
Last modified: August 19, 2016

---

# SidePosts css background color?

 *  [shezie](https://wordpress.org/support/users/shezie/)
 * (@shezie)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sideposts-css-background-color/)
 * I’d like to add a background color to the SidePosts “post” on the sidebar. Right
   now it is transparent and the text doesn’t show up against my regular background.
   Is this easy to do? What would I put in to the css file and where? I’ve been 
   poking around in it but haven’t figured it out yet.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sideposts-css-background-color/#post-1197061)
 * > What would I put in to the css file and where?
 * Given that no one knows your site, it’s impossible to say. So a site url could
   come in quite handy about now…
 *  Thread Starter [shezie](https://wordpress.org/support/users/shezie/)
 * (@shezie)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sideposts-css-background-color/#post-1197101)
 * Sorry. Didn’t think looking at the site would be handy. It is just a PTO site
   for our schools. It is at chagrinfallspto.org . I would like to use Sideposts
   to display current events on the sidebar – but nothing shows up well with the
   corkboard background image. I need to have a background for the lettering.
 * Does that help?
 * Thanks for taking the time to respond. I know it is a basic question. Any direction
   would be appreciated.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sideposts-css-background-color/#post-1197109)
 * By “Sideposts”, I’m assuming you mean the right-hand sidebar. That theme doesn’t
   lend itself to easy editing. Try editing style.css and changing:
 *     ```
       #sidebar {
       color:#FFFFFF;
       float:right;
       font-size:14pt;
       width:200px;
       }
       ```
   
 * to
 *     ```
       #sidebar {
       background:#fff;
       color:#606060;
       float:right;
       font-size:14pt;
       width:210px;
       }
       ```
   
 * Then add:
 * `#sidebar a {color:#606060;}`

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘SidePosts css background color?’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/sideposts-css-background-color/#post-1197109)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
