[Support request] Remove dots on wxcerpt 0 lenght + mantain read more link

Home Forums Support [Support request] Remove dots on wxcerpt 0 lenght + mantain read more link

Home Forums Support Remove dots on wxcerpt 0 lenght + mantain read more link

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1522369
    NICOLO’

    Is it possible to have no excerpt on blog page? If I set lenght to 0 “…” is shown. Also I need to mantain the “read more” link in order to open blog post.
    Thank you!

    #1522840
    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 🙂

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