• Resolved melskell

    (@melskell)


    Hi,

    I would like to do the following…

    1) Remove the post author block underneath a post.
    2) I have unchecked the comments for all posts, but a white space still exists underneath each post saying “Comments Are Closed” and I wish to remove this please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • go to your style file, find .comments-area and then add display:none;
    if you can’t do that, please give a link to your website, so i could locate post author’s block and other elements you want to get rid of..

    Theme Author Anders Norén

    (@anlino)

    Hi melskell,

    To hide the post meta box and comment closed message, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    post-meta-container,
    .nocomments { display: none; }

    Let me know how it goes.

    – Anders

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Post Author Box and Comments’ is closed to new replies.