Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49607
    level7tech
    Member

    A complete newbie here. I some how have two comment boxes one above and one below the post. I would like to remove the one above and keep the date Also the comment box does not respond as expected after leaving a comment i would assume it should close and go back to the post? whatiwant.xyz

    below is the custom css already in use I would prefer not too loose these customizations

    */
    .by-author {
    display: none;
    }

    .cat-links, .tag-links, .sep {
    display: none;
    }

    #49631
    Sakin
    Keymaster

    @level7tech: To hide the leave a reply in your post header. You can add the following css in “Appearance => Theme Options => Custom CSS” box”
    .entry-header .comments-link { display: none; }

    About the way the comment works, it’s from WordPress and we don’t have anything to do with it. If you don’t like this then you might want to search for comment plugin like Disqus, Jetpack comment and so on.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Comments box’ is closed to new replies.