Okay
  Public Ticket #807985
comment doesn't show correctly on footer
Closed

Comments

  • Yihan started the conversation

    Hi there,

    Please check the attached screenshot. There is a white curve showing between the comment and the feedback of that comment. However, it's not properly displayed. Please help me fix it.

    Thank you.

    Yihan

  • [deleted] replied

    That is happening because you have disabled avatars on your Wordpress theme,

    (view large version)

    If you still want to disable avatars and remove those lines, then you can out this CSS on the Custom CSS area:

    .comment-connector.visible {
    display: none !important;
    }