• Resolved hordol2013

    (@hordol2013)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author thememattic

    (@thememattic)

    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,

    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.