Title: background problem
Last modified: August 21, 2016

---

# background problem

 *  Resolved [bry1000](https://wordpress.org/support/users/bry1000/)
 * (@bry1000)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/background-problem-4/)
 * Hi everyone, i am posting this thread as i wasn’t able to find an answer in the
   previous ones.
 * I am experiencing a problem while browsing my website from a pc, this doesn’t
   seem to happen from apple devices such as iphone and ipad.
 * In the upper part of the website, in what should be the “background” there is
   not a flat black colour. It starts from the top of the page with a dark grey 
   and goes all up to full black while going downwards on the page.
 * It looks like it’s pixels, but i don’t understand what’s wrong as in settinga
   i have not put any image as background and only chose the “black” as official
   colour.
 * Here’s the link to the website:
 * [http://festivalculturapsicologica.com/](http://festivalculturapsicologica.com/)
 * Thank you so much for your support

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

 *  [shinerweb](https://wordpress.org/support/users/shinerweb/)
 * (@shinerweb)
 * [13 years ago](https://wordpress.org/support/topic/background-problem-4/#post-3819061)
 * Hi,
 * The background is being set by the “light.css” file.
 * Specifically, in this section:
 *     ```
       body {
       	background: url(images/lightback.jpg) repeat;
       }
       ```
   
 * The best option is to create a “child theme” and then within your “child theme”,
   override the CSS style above using your own settings.
 * The simplest method though is to edit “light.css” and remove the
 *     ```
       body {
       	background: url(images/lightback.jpg) repeat;
       }
       ```
   
 * Using a child theme is not as scary as you might think and it means any changes
   you make would not be lost when you upgrade the theme.
    If you do upgrade your
   theme without using a child theme, you will have to add back in any changes you
   make.
 * Hope that helps
 * Regards
 * Chris
 *  Theme Author [wayneconnor](https://wordpress.org/support/users/wayneconnor/)
 * (@wayneconnor)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/background-problem-4/#post-3819131)
 * Good answer.

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

The topic ‘background problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sliding-door/3.9/screenshot.png)
 * Sliding Door
 * [Support Threads](https://wordpress.org/support/theme/sliding-door/)
 * [Active Topics](https://wordpress.org/support/theme/sliding-door/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sliding-door/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sliding-door/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [wayneconnor](https://wordpress.org/support/users/wayneconnor/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/background-problem-4/#post-3819131)
 * Status: resolved