[Resolved] Comments meta in single posts

Home Forums Support [Resolved] Comments meta in single posts

Home Forums Support Comments meta in single posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1358476
    Rogi

    Hi guys!

    I searched for this on the forum and in the knowledge base, but I didn’t find it: How to show comments meta on single posts?

    Thanks in advance!

    #1358534
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .single .comments-link {
        display: block;
    }

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

    #1358542
    Rogi

    Hi Leo!

    I tried, but it didn’t work.

    But it worked like this:

    .single .comments-link {
        display: inline-block;
    }

    Thanks.

    #1358545
    Leo
    Staff
    Customer Support

    Both should work depending on how you want to display it 🙂

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