[Resolved] Hide Summary on Blogs but Not Products

Home Forums Support [Resolved] Hide Summary on Blogs but Not Products

Home Forums Support Hide Summary on Blogs but Not Products

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1055011
    Greg

    I would like to hide the 3 dots and read more button on my blog. The image and title are good enough for me. When I try to remove the summary (div class entry-summary), it also removes the summary on my product pages. Is there a way I can remove the summary for the blog and still have the summary displayed on my product pages? Thanks for your help!

    #1055139
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .blog .entry-summary, .archive .entry-summary {
        display: none;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1055257
    Greg

    Worked perfectly! Thanks for your help!

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