Title: Remove shadow page
Last modified: August 21, 2016

---

# Remove shadow page

 *  [galeotealbert](https://wordpress.org/support/users/galeotealbert/)
 * (@galeotealbert)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-shadow-page/)
 * I can’t remove the shadow of page, i think I have something wrong in CSS style
   page, I tried everything but nothing happens.
 * I know this is easy to remove but I can’t slove it by my own
 * Thanks in advance and sorry about my English
 * [http://www.etiket.es](http://www.etiket.es) <-See the problem here.

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

 *  [Rajan Faldu](https://wordpress.org/support/users/rajan-faldu/)
 * (@rajan-faldu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-shadow-page/#post-3913999)
 * In your CSS file find this code
 *     ```
       .wrapper {
           background-color: #FFFFFF;
           box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
       }
       ```
   
 * and replace it with the code
 *     ```
       .wrapper {
           background-color: #FFFFFF;
           box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
       }
       ```
   
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-shadow-page/#post-3914000)
 * No! Do not edit the theme itself. First [create a child theme for your changes](http://codex.wordpress.org/Child_Themes).
   Or install a [custom CSS plugin](http://wordpress.org/extend/plugins/search.php?q=custom+css).

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

The topic ‘Remove shadow page’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/attitude/4.0.5/screenshot.png)
 * Attitude
 * [Support Threads](https://wordpress.org/support/theme/attitude/)
 * [Active Topics](https://wordpress.org/support/theme/attitude/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/attitude/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/attitude/reviews/)

## Tags

 * [Shadow](https://wordpress.org/support/topic-tag/shadow/)

 * 2 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/remove-shadow-page/#post-3914000)
 * Status: not resolved