Title: Background Colour gone wrong
Last modified: August 20, 2016

---

# Background Colour gone wrong

 *  Resolved [clairechair](https://wordpress.org/support/users/clairechair/)
 * (@clairechair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/)
 * So, Thanks to a friend who is no longer a friend, my site is suffering badly,
   mainly because, she charged me a fortune to build it…but didnt really know how
   to herself!!
    Anyway, I have just updated wordpress and low and behold, my Background
   colour will not work…in the editor it is showing it, but it doesnt show it actually
   on the site. I have looked in Header.php and cannot find the body bit…in truth
   it looks an absolute MESS…I also looked at the custom CSS and changed the background
   to the colour but alas…NOTHING…in truth, I am honestly wondering what I bothered
   with WordPress for because, I cannot find anything in any of the files….everything
   is gobbledygoup and I think it was easier with a ready built one form one of 
   the hosters..
 * If anyone can help me I would be very grateful..oh and I strongly suggest that
   no one usues the web designer I did!

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/background-colour-gone-wrong/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/background-colour-gone-wrong/page/2/?output_format=md)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363383)
 * Let’s take a look at this mess, can you link the website?
 *  Thread Starter [clairechair](https://wordpress.org/support/users/clairechair/)
 * (@clairechair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363384)
 * you mean tell you the website?..its 360mrc.com
    x
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363386)
 * The background colour for which element won’t work?
 *  Thread Starter [clairechair](https://wordpress.org/support/users/clairechair/)
 * (@clairechair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363387)
 * Sorry ANdrew..I dont know what you mean…If you look at the site…the whole bit
   round the outside background should be green…its white…it went white when I updated
   WP and so I resotred the database and that didnt work either
 * ta
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363391)
 * In your custom CSS, remove this;
 *     ```
       .custom-background
       ```
   
 * So you end up with this;
 *     ```
       body {
        background-color: #062d06;
        background-image: url('http://360mrc.com/wp-content/uploads/2011/11/360Bgnd.png');
        background-repeat: repeat;
        background-position: top center; background-attachment: scroll;
       }
       ```
   
 *  Thread Starter [clairechair](https://wordpress.org/support/users/clairechair/)
 * (@clairechair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363393)
 * I cannot find .custom-background
 * how do I search for it?
 * and I cant even find the other stuff you have typed
 * really confused and dont know anything about WP
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363394)
 * Download the [Jetpack plugin](http://wordpress.org/extend/plugins/jetpack/) and
   use its [Custom CSS functionality](http://jetpack.me/support/custom-css/) to 
   hold your CSS modifications from now. Then enter within the Custom CSS section
   of the dashboard;
 *     ```
       body {
        background-color: #062d06;
        background-image: url('http://360mrc.com/wp-content/uploads/2011/11/360Bgnd.png');
        background-repeat: repeat;
        background-position: top center;
        background-attachment: scroll;
       }
       ```
   
 *  Thread Starter [clairechair](https://wordpress.org/support/users/clairechair/)
 * (@clairechair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363396)
 * Andrew
 * This is what is in the Unite: Skin-360.css
 * /*** Skin Styles ***/
 * body { color: #AAA; } /* default font color */
    /*#Wrapper, body { background
   color:#062d06 url(“images/skins/skin-360/bodyBgnd.png”) repeat-x 0 0; } */ /*
   background color/graphic */ #PageWrapper {padding: 10px 0px 0px 0px;}
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363498)
 * You can put the CSS in there if you want, but I’m not sure how your theme works
   as it’s custom-built. Your styles may be overridden if you use that stylesheet.
 *  [piyushgoyal1](https://wordpress.org/support/users/piyushgoyal1/)
 * (@piyushgoyal1)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363524)
 * i am also geeting same problem at ugcnetanswerkeys
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363525)
 * piyushgoyal1 – please stop posting in other people’s threads – start your own
   if you need help.
 *  Thread Starter [clairechair](https://wordpress.org/support/users/clairechair/)
 * (@clairechair)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363683)
 * Sorry but I still cant do this
 * Can anyone who really knows WP look at my site and tell me how to get it back.
 * There is a WHOLE HOST of problems with this site and the person who built it 
   in truth, HASNT GOT A CLUE!!…but that is another issue.
 * I am bored with trying to do this, surely there is a simpler thing than the amount
   of code that is being used for this site?
 * Is there such a thing as a WordPress hospital or something whereby a copy of 
   my database can be given to someone who knows what they are doing and they fix
   all the bugs (like galleries that dont work, shopping trolley and products that
   dont update….I work in Finance and I have never seen anything like this, who 
   owns WP?…where can I get real help?
 * Sorry if I seem upset but I pauid a lot of money foor the development of this
   site and although it looked good from a far, it is actually far from good!
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363684)
 * It’s understandable that you are upset and frustrated, but if the developer did
   a poor job, you should be talking to him/her. If you want help fixing it, we 
   can help you, but we cannot do it for you. And for extensive work on a custom
   theme, that may be beyond the scope of these forums. If there are additional,
   major problems, you may need to consider hiring someone else to fix them:
 * [http://jobs.wordpress.net/](http://jobs.wordpress.net/)
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363685)
 * And I should also add – no one “owns” WordPress — it’s an entirely volunteer 
   open-source project — no one here gets paid anything.
 *  Thread Starter [clairechair](https://wordpress.org/support/users/clairechair/)
 * (@clairechair)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/#post-3363686)
 * I’ll gladly pay someone….but thats what I did last time…and so thats why I am
   a bit frustrated and sceptic for which I apologise. There is a thing on the admin
   panel of my WP that says “repair Database” but it just shows all the files and
   then a “Yes/No” button next to it.
 * There is also an “Optimise Database” which has the same yes no next to each table,
   there are 92 seperate files/tables within the database, is that big?

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/background-colour-gone-wrong/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/background-colour-gone-wrong/page/2/?output_format=md)

The topic ‘Background Colour gone wrong’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [change](https://wordpress.org/support/topic-tag/change/)
 * [colour](https://wordpress.org/support/topic-tag/colour/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 30 replies
 * 4 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/background-colour-gone-wrong/page/2/#post-3363702)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
