Title: Custom Colours
Last modified: August 31, 2016

---

# Custom Colours

 *  Resolved [IainAitken](https://wordpress.org/support/users/iainaitken/)
 * (@iainaitken)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-colours-1/)
 * Installed theme to test new site design on a hosted wordpress site (siteground
   hosted). Standard Theme, not Pro.
 * Header/Footer Colours work. However the following has issues and refuses to work:
    -  Customize > Background Image. Does not do anything.
       Customize > Colors >
      Colors > Body Background. Does not do anything. Customize > Colors > Colors
      > Content Background. Only changes for post page, not static page. Customize
      > Colors > Colors > Background Colour. Does not do anything.
 * Any suggestions?

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

 *  Theme Author [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-colours-1/#post-6999309)
 * Hi there,
 * To make background image and color to works you need to add custom css.
    white
   background image is overwriting background image and color, so you need to remove
   those background. Here we have given example to remove white background image
   from section area, here is how we do it.
 *     ```
       .fr-contents {
       background-color: none;
   
       }
       ```
   
 * So we need to remove all section background colr, which will make background 
   image and color to works
 * For page content background you can follow this css.
 * .page #fr-content-area {
    background-color: #401818; }
 * please don’t hesitate to reach back out to us. We will be more than glad to assist
   you
 * We look forward to your response
 * Thanks
 *  Theme Author [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-colours-1/#post-6999358)
 * Hi There,
 * We didn’t get your reply since one week, We hope you got the solution of your
   issue.
 * Thanks

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

The topic ‘Custom Colours’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/flat-responsive/2.8.0/screenshot.
   png)
 * Flat Responsive
 * [Support Threads](https://wordpress.org/support/theme/flat-responsive/)
 * [Active Topics](https://wordpress.org/support/theme/flat-responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/flat-responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/flat-responsive/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)

 * 2 replies
 * 2 participants
 * Last reply from: [Styled Themes](https://wordpress.org/support/users/gejay/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/custom-colours-1/#post-6999358)
 * Status: resolved