Home Forums WoodMart support forum How do I remove comments?

How do I remove comments?

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

    mailgolubb
    Participant

    How do I remove the comment icon? I think I turned off everything I found. And it is displayed on the posts.

    Attachments:
    You must be logged in to view attached files.
    #567610

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .wd-post .wd-meta-reply {
        display: none;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)