Title: Help with customization please!!
Last modified: August 20, 2016

---

# Help with customization please!!

 *  [MarieHaze](https://wordpress.org/support/users/mariehaze/)
 * (@mariehaze)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/help-with-customization-please/)
 * Ok, I have the busy bee theme installed. I am trying to make the footer and middle
   content box and header-(but I already did that) white, and the background of 
   the entire page that is now a grayish color light blue.
    Please look at this 
   theme for color scheme reference, because it is what Im trying to duplicate as
   much as possible [http://www.sizlopedia.com/tigopedia/ ](http://www.sizlopedia.com/tigopedia/)
   I would also like to figure out how to change the sidebar background color to
   white. any help would be greatly appreciated thanks in advance, tiffany My website
   is: [Ridquest.com](http://ridquest.com)

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

 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/help-with-customization-please/#post-2622487)
 * Are you using Developer Tools in your browser to examine the underlying CSS? 
   If not, definitely start there – it makes solving these issues dead simple.
 * In your site, the theme is using multiple background images in the various divs
   to show the graduated colors. Get rid of those css declarations and apply your
   desired background color (the site you like uses #e6e6e6) like so:
 *     ```
       #wrap {
           background-color:#e6e6e6;
       }
       ```
   
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/help-with-customization-please/#post-2622548)
 * generally, you need to **edit style.css of your theme **to implement the changes,
   after finding out what to change by using Firebug or the Firefox web developer
   add-on tool.
 * [http://codex.wordpress.org/Editing_Files](http://codex.wordpress.org/Editing_Files)

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

The topic ‘Help with customization please!!’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/help-with-customization-please/#post-2622548)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
