Home Forums WoodMart support forum icon comments

icon comments

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

    atiam1982
    Participant

    We want the icon indicating comments not to appear on the page. I turned them off from the panel. The ability to comment disappeared under the article. Unfortunately, it still exists in the header. How do I remove this element?

    #651770

    Hung Pham
    Keymaster

    Hi atiam1982,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

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

    Regards,

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