[Support request] How to disable excerpt and read more in blog layout ?

Home Forums Support [Support request] How to disable excerpt and read more in blog layout ?

Home Forums Support How to disable excerpt and read more in blog layout ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #436454
    Scott

    Hi,

    If i delete the ‘Read more’ label text and put ‘0’ in the excerpt word count then it doesn’t really cleanly disable these two items. There is still padding where the text/button used to be.

    Can a option be added to properly remove these from the layout – i only want image, title and date ? But in the mean time what is the best way to do this please ?

    Thanks

    #436556
    Leo
    Staff
    Customer Support

    Hi Scott,

    Try this CSS:

    .entry-summary {
        margin: 0;
    }

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

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