Site logo

[Resolved] Delete "…" in blog

Home Forums Support [Resolved] Delete "…" in blog

Home Forums Support Delete "…" in blog

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

    Hi.

    I have GP configured to show the entries only with the title, the date and the “read more” button.

    For that, I set the “Excerpt word count” parameter to 0 (zero)

    But equally, it shows me “…” (three points).

    How should I make this “3 points” not seen?

    Thank you in advance.

    #674594
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

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

    Let me know if this helps 🙂

    #674595
    Alberto

    Perfect!

    Thanks!

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