Title: Responsive theme visible background
Last modified: August 22, 2016

---

# Responsive theme visible background

 *  [switt](https://wordpress.org/support/users/switt/)
 * (@switt)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-theme-visible-background/)
 * Does anyone know how to make the background visible through the content. Currently
   the header, content, and widgets on the home page are in a text box with white
   background. Yes, im a newbie.

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

 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-theme-visible-background/#post-5504136)
 * Can you provide a URL to the site?
 *  Thread Starter [switt](https://wordpress.org/support/users/switt/)
 * (@switt)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-theme-visible-background/#post-5504139)
 * priorart.pub
 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-theme-visible-background/#post-5504210)
 * Well, the white backgrounds are coming from different places. For example,
 * Your “featured area” background-color is being set here:
 *     ```
       #featured {
       width: 99.893617021277%;
       padding-bottom: 40px;
       border: 1px solid #e5e5e5;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       background-color: #fff;
       }
       ```
   
 * and your three callouts here:
 *     ```
       .widget-wrapper {
       margin: 0 0 20px;
       padding: 20px;
       border: 1px solid #e5e5e5;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       background-color: #f9f9f9;
       }
       ```
   
 * You could modify them via your child theme style.css.

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

The topic ‘Responsive theme visible background’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-theme-visible-background/#post-5504210)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
