[Resolved] Formatting Question?

Home Forums Support [Resolved] Formatting Question?

Home Forums Support Formatting Question?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1132279
    Karen

    Hi!

    I’m wondering if you can help me with some formatting. On my blog homepage, I wanted to show my most recent post as featured AND include a little excerpt for it. The rest of the posts in the archive page would just be featured images and titles. Is there an easy way to do this?

    Thanks so much for your help!

    #1132294
    Leo
    Staff
    Customer Support

    Hi there,

    Can you activate excerpt and featured post first and let me try some CSS?

    Let me know πŸ™‚

    #1132297
    Karen

    Yes of course! Ok, just activated it. Thanks – let me know!

    #1132366
    Leo
    Staff
    Customer Support

    Give this CSS a shot:

    .blog article:not(:first-child) .entry-summary,
    .archive article:not(:first-child) .entry-summary {
        display: none;
    }

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

    I would also recommend using full width for the featured post:
    https://docs.generatepress.com/article/using-columns-in-the-blog/#using-full-width-for-featured-post

    Let me know if this helps πŸ™‚

    #1133103
    Karen

    Thank you so much! That worked perfectly! πŸ™‚

    #1133124
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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