Title: Posts Page Border
Last modified: August 31, 2016

---

# Posts Page Border

 *  [marianacruiz](https://wordpress.org/support/users/marianacruiz/)
 * (@marianacruiz)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/posts-page-border/)
 * I was able to remove the border from all of the pages except the posts page. 
   Could anyone help me with this? [http://www.marianacruiz.com/blog](http://www.marianacruiz.com/blog)

Viewing 1 replies (of 1 total)

 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/posts-page-border/#post-7055478)
 * Hi Mariana,
 * You wrote CSS to remove the background but it uses `.page` in the CSS selectors,
   indicating that it should only apply to WordPress pages (not posts, or anything
   else).
 * Replace that entire chunk of CSS you wrote with this less specific CSS that will
   target the entire site, not just pages:
 *     ```
       body.custom-background,
       #header,
       #page:before,
       #page:after,
       #main,
       #prefooter {
           background-image: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Posts Page Border’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sugar-and-spice/1.3.2/screenshot.
   png)
 * Sugar and Spice
 * [Support Threads](https://wordpress.org/support/theme/sugar-and-spice/)
 * [Active Topics](https://wordpress.org/support/theme/sugar-and-spice/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sugar-and-spice/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sugar-and-spice/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [posts page](https://wordpress.org/support/topic-tag/posts-page/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/posts-page-border/#post-7055478)
 * Status: not resolved