Any way to remove the image in an empty comments section?

Hi, is there any way to remove this image in a comment component when there are no comments? It takes up a lot of real estate and would prefer it to be gone.

image

1 Like

I’m so late but need this right now :sweat_smile: Tried this but for some reason doesn’t work even when I set my comments component’s class to “hide-comments-image” (and yes, Preview Custom CSS is on). Anyone know how to remove the image on some of my comments components? :sweat_smile:

.hide-comments-image img[src="https://go.glideapps.com/images/comments-illustration.png"] {
  display: none;
}
div[data-testid="empty-comments"] {
display: none;
}
2 Likes