Site logo

[Resolved] HT Remove 'Read More' on Index Pages

Home Forums Support [Resolved] HT Remove 'Read More' on Index Pages

Home Forums Support HT Remove 'Read More' on Index Pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #167456
    Clyde

    So how can I remove Read More on the index pages?

    Thanks!

    #167479
    Tom
    Lead Developer
    Lead Developer

    Two options:

    1. Show full posts: “Appearance > Customize > Blog > Blog Content”.

    2. Hide it with CSS:

    .read-more {
        display: none;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #167562
    Clyde

    Cool.

    Hey is there a way to also remove the three periods…

    I’m down to a pic, the headline and the ellipses.

    #167585
    Clyde

    Ok so I tried this based on the CSS snippet you shared and it worked:

    .entry-summary {
    display: none;
    }

    Any foreseeable problems in doing it that way?

    If not, great!

    #167595
    Tom
    Lead Developer
    Lead Developer

    That should work fine if you’re not wanting to show any of the excerpt 🙂

    #167599
    Clyde

    Sweet!

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