Site logo

[Resolved] Removing … From Blog Post Excerpts

Home Forums Support [Resolved] Removing … From Blog Post Excerpts

Home Forums Support Removing … From Blog Post Excerpts

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1249644
    Kevin Muldoon

    I am using excerpts on my blog index and archives.

    Ideally, I would like to disable the excerpts altogether and just have “Read Article”.

    I have set the word count for excerpts to 0 via the WordPress theme customiser, however GeneratePress still displays three dots.

    Is there any way to remove this?

    Kevin

    #1250011
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-summary p:not(.read-more-container) {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1250154
    Kevin Muldoon

    Thanks Leo. Exactly what I was looking for.

    #1250171
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.