Home Forums WoodMart support forum Author bio and comments

Author bio and comments

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

    lab-to
    Participant

    Hi, I have disabled Author bio and comments from theme settings but they still visible on front page (see attachment)

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

    Hello,

    Author bio is a block showing the author information. “Posted by” is author meta and our theme does not have options to hide it. Neither any options for comments.

    In order to hade comments and posted by, please add this CSS to Theme Settings > Custom CSS:

    .entry-meta-list{
        display:none;
    }
    #comments{
        display:none;
    }

    Best Regards

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