Title: Removing post preview?
Last modified: October 6, 2018

---

# Removing post preview?

 *  Resolved [hordol2013](https://wordpress.org/support/users/hordol2013/)
 * (@hordol2013)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/removing-post-preview/)
 * You will see when you open my article that in under the title in gray italics,
   it posts the first two lines of my article as a preview or something. It’s not
   needed because, well…my article is RIGHT THERE. It looks ridiculous. I’ve tried
   everything to remove it and am getting very frustrated. Please tell me how to
   delete this. I’ve invested hours in setting up my blog in this theme only to 
   find this issue, and then several more hours trying to remedy the issue to no
   avail.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-post-preview%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [thememattic](https://wordpress.org/support/users/thememattic/)
 * (@thememattic)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/removing-post-preview/#post-10757128)
 * Hi there,
 * Thanks for writing in!
 * The text block you’re referring to is an excerpt which can be useful if you want
   to show your post highlights.
 * But if you want to hide the block, Navigate to Appearance ▸ Customize ▸ Additional
   CSS and add below CSS.
 *     ```
       .site .entry-content .content-excerpt {
           display: none;
           visibility: hidden;
           opacity: 0;
       }
       ```
   
 * Hope this helps.
 * If you’ve any further questions or feedback? Just hit reply and we’ll gladly 
   help.
 * Thanks,
 *  [rutty](https://wordpress.org/support/users/rutty/)
 * (@rutty)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/removing-post-preview/#post-10974022)
 * I was looking for the same solution so this post was very useful. Thank you!
 * I really like the theme 🙂

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

The topic ‘Removing post preview?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/online-blog/1.1.6/screenshot.png)
 * Online Blog
 * [Support Threads](https://wordpress.org/support/theme/online-blog/)
 * [Active Topics](https://wordpress.org/support/theme/online-blog/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/online-blog/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/online-blog/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [rutty](https://wordpress.org/support/users/rutty/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/removing-post-preview/#post-10974022)
 * Status: resolved