Home Forums WoodMart support forum remove comment off from blog post

remove comment off from blog post

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

    greg-9795
    Participant

    Hello,

    How do i stop my posts from displaying “comments off” at the top of them? I have reviewed the template and it shows there, but I cannot edit this function.

    Can you provide some CSS maybe that would remove it from all posts past, future and present?

    Also, how do we stop the categories from showing at the top?

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

    Hung Pham
    Keymaster

    Hi greg-9795,

    Thanks for reaching to us.

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

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

    Regards,

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