Title: Background problem
Last modified: August 31, 2016

---

# Background problem

 *  [ageorge9625](https://wordpress.org/support/users/ageorge9625/)
 * (@ageorge9625)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/background-problem-7/)
 * I`m tryng to put a full backround image on this page but id dosent work.
    I dont
   know how to makeit work.
 * i setted in style.css
    ` body.page-id-1945 { background-image: url(‘[https://www.myfreshouse.com/wp-content/uploads/2016/02/designers.jpg&#8217](https://www.myfreshouse.com/wp-content/uploads/2016/02/designers.jpg&#8217);)!
   important; background-repeat:repeat-y; } ` but no results. Appears a small part
   of the image backround when you scroll up and down but it dissapeear and is not
   fullscreen and static how i want Page is [https://www.myfreshouse.com/designers-list/](https://www.myfreshouse.com/designers-list/)

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/background-problem-7/#post-7127100)
 * The problem is that you have other elements which take up the entire width of
   the browser, so the body element (and its background image) gets hidden.
 * By the way, you shouldn’t be making changes to the theme’s style.css file. If
   you ever update the theme, then your changes will be lost. Best to use a CSS 
   plugin like Jetpack or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/)
   to add your own CSS. Or use the theme’s custom CSS option, if it has one.
 * Try adding this rule:
 *     ```
       .page-id-1945 #wrap {
          width: 90%;
          margin: 0 auto;
       }
       ```
   
 * You should then be able to see the background image around the sides of the `
   wrap` element.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/background-problem-7/#post-7127101)
 * You can also add a rule like this, instead:
 *     ```
       .page-id-1945 #content * {
         background: rgba(255, 255, 255, 0.3);
       }
       ```
   
 * This will make the content elements background transparent so the body background
   image shows through.
 *  Thread Starter [ageorge9625](https://wordpress.org/support/users/ageorge9625/)
 * (@ageorge9625)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/background-problem-7/#post-7127177)
 * thanks for replyng CrouchingBruin
    i add first code and nothing. Then i inserted
   jusc code
 *  .page-id-1945 #content * {
    background:transparent; }
 * and the backround image can bee seen ok whow i want to bee seen but i can nott
   add butons or thext on the image beccause it is transparent, and if i add code
   background: rgba(255, 255, 255, 0.3); then the backround will not be look ok 
   anymore and neether the buttons and the text.
 * so what shoul i do?
 * How look now [https://www.myfreshouse.com/designers-list/](https://www.myfreshouse.com/designers-list/)
 * and i want too look with text like this and be possibe add buttons
    [https://www.myfreshouse.com/wp-content/uploads/2016/02/designers.jpg](https://www.myfreshouse.com/wp-content/uploads/2016/02/designers.jpg)
 *  Thread Starter [ageorge9625](https://wordpress.org/support/users/ageorge9625/)
 * (@ageorge9625)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/background-problem-7/#post-7127189)
 * I make it with png photos.looks like ok

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

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

 * 4 replies
 * 2 participants
 * Last reply from: [ageorge9625](https://wordpress.org/support/users/ageorge9625/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/background-problem-7/#post-7127189)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
