Title: bfahey's Replies | WordPress.org

---

# bfahey

  [  ](https://wordpress.org/support/users/bfahey/)

 *   [Profile](https://wordpress.org/support/users/bfahey/)
 *   [Topics Started](https://wordpress.org/support/users/bfahey/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bfahey/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bfahey/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bfahey/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bfahey/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bfahey/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Need help with CSS on my website. Very minor.](https://wordpress.org/support/topic/need-help-with-css-on-my-website-very-minor/)
 *  [bfahey](https://wordpress.org/support/users/bfahey/)
 * (@bfahey)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-css-on-my-website-very-minor/#post-1869471)
 * I’ll give it a shot.
 * I guess it depends which section you want to change. I made a portion an obnoxious
   pink, for example. [http://i51.tinypic.com/xnzrib.png](http://i51.tinypic.com/xnzrib.png)
   In your style.css file you can go to your Header section and add the following
   bolded line, replacing the hex code with a color you want.
 * #header {
    **background-color:#EED2EE;** border-top:2px solid #F4F3F1; height:
   133px; }
 * The white behind it, however, seems to be dictated by a repeating white background
   image that you can change as well.
    #wrapper { background:url**(“images/wrapper-
   bg.png”)** repeat-x scroll left top transparent; }

Viewing 1 replies (of 1 total)