Title: valew's Replies | WordPress.org

---

# valew

  [  ](https://wordpress.org/support/users/valew/)

 *   [Profile](https://wordpress.org/support/users/valew/)
 *   [Topics Started](https://wordpress.org/support/users/valew/topics/)
 *   [Replies Created](https://wordpress.org/support/users/valew/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/valew/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/valew/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/valew/engagements/)
 *   [Favorites](https://wordpress.org/support/users/valew/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Duena] Strip of theme background at top persists](https://wordpress.org/support/topic/strip-of-theme-background-at-top-persists/)
 *  [valew](https://wordpress.org/support/users/valew/)
 * (@valew)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/strip-of-theme-background-at-top-persists/#post-6329185)
 * Go to the stylesheet (style.css) and search for this:
 * .page-wrapper:before {
    position: absolute; content: “”; left: 0; right: 0; top:
   0; height: 6px; background: url(images/page-top-bg.jpg) no-repeat center 0 #ff5b5b;}
 * and change the height to “0px”
 * This removes the remaining strip on top.
 * Best,
    V

Viewing 1 replies (of 1 total)