Title: Background repeat again&#8230;
Last modified: August 20, 2016

---

# Background repeat again…

 *  [brownhombre](https://wordpress.org/support/users/brownhombre/)
 * (@brownhombre)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/background-repeat-again/)
 * I have poured over all the forums and tried all the suggestions. Nothing has 
   helped. I need to get my background to repeat ALL the way down the page. Not 
   just to where my content ends. I’ve tried background:repeat
    background-repeat:
   repeat-y background-repeat:repeat-x height:100%
 * and all the variations
 * can someone help me?
 * Site is [http://www.sgtbrown.com](http://www.sgtbrown.com)

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

 *  [WebbKat](https://wordpress.org/support/users/webbkat/)
 * (@webbkat)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022427)
 * your background reaches the bottom on my computer. Are you using a mac? im on
   a pc with a 1600 x 900 screen.
 *  [Chris Olbekson](https://wordpress.org/support/users/c3mdigital/)
 * (@c3mdigital)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022433)
 * Remove the background color from the body tags.
 * custom.css line 31:
 *     ```
       body {
         background-color: #000000 !important;
       }
       ```
   
 * And also from the inline css being output to the page:
 *     ```
       <!-- Woo Custom Styling -->
       <style type="text/css">
       body { background-color: #67824b !important; }
       ```
   
 * Change both of those to background-color: transparent;
 *  Thread Starter [brownhombre](https://wordpress.org/support/users/brownhombre/)
 * (@brownhombre)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022457)
 * Maybe I’m not understanding all that well.
 * I changed custom.css line 31 to transparent and #67824b to transparent but then
   they just get crossed out and it stays this green color.
 * Sorry for all the trouble.
 *  Thread Starter [brownhombre](https://wordpress.org/support/users/brownhombre/)
 * (@brownhombre)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022462)
 * The first page reaches almost tot he bottom but if you check on the “about” page,
   it doesn’t.
 *  [Peter_L](https://wordpress.org/support/users/peter_l/)
 * (@peter_l)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022469)
 * What browser are you using? I’m looking at your site and the background-image
   goes all the way down.
 *  Thread Starter [brownhombre](https://wordpress.org/support/users/brownhombre/)
 * (@brownhombre)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022714)
 * I’m using Firefox, safari, and IOS 5.1.1 to check on appearance.
 * Thank you to those who responded.
 * I’ll keep trying until I get it.
 *  [Peter_L](https://wordpress.org/support/users/peter_l/)
 * (@peter_l)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022717)
 * I saw your problem.
 * The solution is quite simple. You have embedded some css inside your html. Just
   remove this rule
    `body { background-color: #67824b !important; }` And you’re
   done.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022718)
 * Try using
 *     ```
       #wrapper {
        overflow: hidden;
       }
       ```
   
 *  Thread Starter [brownhombre](https://wordpress.org/support/users/brownhombre/)
 * (@brownhombre)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022719)
 * [@peter_l](https://wordpress.org/support/users/peter_l/) the css line { background-
   color: #67824b !important; } is located at sgtbrown.com #3 (line 58). Where is
   that in the WordPress editor? I got rid of it in firebug and the background turns
   white but can’t find it in the custom.css or the style.css
 *  [Peter_L](https://wordpress.org/support/users/peter_l/)
 * (@peter_l)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022721)
 * It’s inline, meaning it’s not a seperate css file but has been placed inside 
   the html. Not sure how it got there but try the page.php file. I could be there.
 *  Thread Starter [brownhombre](https://wordpress.org/support/users/brownhombre/)
 * (@brownhombre)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022722)
 * Wow. This is getting to be over my head. Thank you so much for everyone’s help!
   I really appreciate it.
 * Looks like I’m going to have to read some tutorials about editing html.
 * Thanks again!

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

The topic ‘Background repeat again…’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 5 participants
 * Last reply from: [brownhombre](https://wordpress.org/support/users/brownhombre/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/background-repeat-again/#post-3022722)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
