• Resolved geri100

    (@geri100)


    Thank you for resolving the small issue regarding the gray line.

    I would like to remove the block that says “be the first to comment.” I looked into the Author theme files, and I see that this should be tweaked in the comments.php file.

    There are three div classes that involve that block, but I do not know what is what. Could you tell me the codes to delete so that I can safely remove the block for both posts and pages? Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure, the easiest method is to hide it with the following CSS:

    .comments-number {
      display: none;
    }

    This way you won’t need to edit any of the files in the theme.

    Thread Starter geri100

    (@geri100)

    Wow, that is certainly convenient! So I can just tell the .comments-number to not appear.

    Ben, thank you for your help!

    Theme Author Ben Sibley

    (@bensibley)

    Yea no problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The “be first to comment” block’ is closed to new replies.