[Resolved] Have reply on comments,

Home Forums Support [Resolved] Have reply on comments,

Home Forums Support Have reply on comments,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #322120
    oboyhehehe

    Hi, so i have this on my addinotal CSS

    .entry-meta {
    display: none;
    }

    as it’s removes author, date on comments like i want but it does remove the function reply on comments.
    Is it possible to have everything that the
    .entry-meta {
    display: none;
    }

    do but still have the function to reply to comments?

    Thanks alot! ๐Ÿ™‚

    #322192
    Leo
    Staff
    Customer Support

    Hi Jonathan,

    Can you try this instead:

    .comment-meta .entry-meta a time {
        display: none;
    }

    Let me know.

    #322198
    oboyhehehe

    That kinda works, it still shows authors name in post on top and it shows the article related next below the article which i dont want.

    So I want everything that gets hidden with the
    .entry-meta {
    display: none;
    }

    command but except the option to reply to comments to still show ๐Ÿ™‚

    #322201
    Leo
    Staff
    Customer Support

    Try this instead:

    .inside-article .entry-meta,
    .comments-area time {
        display: none;
    }
    #322679
    oboyhehehe

    yes works great thanks.

    #322879
    Leo
    Staff
    Customer Support

    You’re welcome!

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