Title: How to delete gradient
Last modified: August 22, 2016

---

# How to delete gradient

 *  Resolved [Sanseb](https://wordpress.org/support/users/advin05/)
 * (@advin05)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-delete-gradient/)
 * Is there any code or anyway I can delete the gradient that runs from the mid 
   background all the way to the bottom of the page. I created a child theme and
   I cant figure out how to make my page all white without having this gradient.
   Any css or html code suggestions?

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

 *  [Augustin56](https://wordpress.org/support/users/augustin56/)
 * (@augustin56)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-delete-gradient/#post-5523338)
 * advin,
 *  Yes. Can you send me the link to your site?
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-delete-gradient/#post-5523595)
 * Hi advin05,
 * Add the following:
 *     ```
       .wrapper::before,
       .wrapper::after {
       	display: none !important;
       }
       ```
   
 * That should do it.
 * — Anders

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

The topic ‘How to delete gradient’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/garfunkel/2.1.2/screenshot.jpg)
 * Garfunkel
 * [Support Threads](https://wordpress.org/support/theme/garfunkel/)
 * [Active Topics](https://wordpress.org/support/theme/garfunkel/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/garfunkel/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/garfunkel/reviews/)

## Tags

 * [childtheme](https://wordpress.org/support/topic-tag/childtheme/)
 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [new](https://wordpress.org/support/topic-tag/new/)

 * 2 replies
 * 3 participants
 * Last reply from: [Anders Norén](https://wordpress.org/support/users/anlino/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-delete-gradient/#post-5523595)
 * Status: resolved