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.
1 Like
I’m so late but need this right now 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?
.hide-comments-image img[src="https://go.glideapps.com/images/comments-illustration.png"] {
display: none;
}
div[data-testid="empty-comments"] {
display: none;
}
2 Likes