Hide sign in with Google/Facebook block

Add this code to the Custom CSS field on the Settings tab of your Comments widget’s settings:

.es-sign-in-container {
display: none;
}
2 Likes

Add this CSS code as a combination if the tooltip request to sign in (mouse hover the name) seems misleading and should also be hidden.

[class*="Tooltip__TooltipContainer-sc"] {
  display:none;
}
2 Likes