Title: Remove post frame
Last modified: August 21, 2016

---

# Remove post frame

 *  [esia](https://wordpress.org/support/users/esia/)
 * (@esia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/)
 * Is it possible to remove post frame (single column) ? I would like to have only
   white background without borders around post.

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

 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172804)
 * Place the following CSS code inside the custom CSS box (if this theme has one)
   or use a plugin like [PC Custom CSS](http://wordpress.org/plugins/pc-custom-css/).
 *     ```
       .no-sidebar .hentry {
           box-shadow: none;
       }
       ```
   
 *  Thread Starter [esia](https://wordpress.org/support/users/esia/)
 * (@esia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172806)
 * Unfortunatley it doesn’t work 🙁
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172807)
 * You’ll need to link to the page in question.
 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172810)
 * Please post your site’s URL.
 *  Thread Starter [esia](https://wordpress.org/support/users/esia/)
 * (@esia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172898)
 * [Here is the link. I don’t want this light frame around post.](http://testy.niejedno.pl/)
 * And maybe You know what can i change to put bigger header?
 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172914)
 * The CSS code I mentioned previously will work. Since you’re using a child theme
   add it to **wp-content/themes/emphaino-child/style.css**.
 * By header do you mean the heading of each article? If so place this code in the
   same file.
 *     ```
       .entry-title {
         font-size: 4rem !important;
       }
       ```
   
 *  Thread Starter [esia](https://wordpress.org/support/users/esia/)
 * (@esia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172915)
 * No no, the header of page. I would like to have 1000x300px, but i can change 
   it.
 *  Thread Starter [esia](https://wordpress.org/support/users/esia/)
 * (@esia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172941)
 * OK, I manage with it.
 * Now I would like to know how make space between images in each post??
 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172945)
 * Try this
 *     ```
       img.aligncenter {
         margin: 20px auto;
       }
       ```
   

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

The topic ‘Remove post frame’ is closed to new replies.

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

## Tags

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

 * 9 replies
 * 3 participants
 * Last reply from: [Jesin A](https://wordpress.org/support/users/jesin/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/remove-post-frame/#post-4172945)
 * Status: not resolved