[Resolved] How can I delete the "…" in the "Excerpt word count"

Home Forums Support [Resolved] How can I delete the "…" in the "Excerpt word count"

Home Forums Support How can I delete the "…" in the "Excerpt word count"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #973337
    Michael

    Hi!

    How are you?

    In the home page, I would like to have only the photo of my posts without “Excerpt word count”.

    When I put 0 in “Excerpt word count” my post in the home page appears withe the photo and “…”

    How can I delete this “…” and have only the photo and the cta read more?

    Thanks a lot!

    Regards

    #973366
    Leo
    Staff
    Customer Support

    Hi there,

    Set the content type to excerpt and word count to 0:
    https://docs.generatepress.com/article/blog-content-layout/#archives

    Then use 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 πŸ™‚

    #974175
    Michael

    Perfect!

    Thank you! πŸ™‚

    #974333
    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.