How do I remove the circle around the number of comments in Integrity?
It’s really out of place.

I tried messing with .h-comments-title small but I get nothing.
Thanks.
How do I remove the circle around the number of comments in Integrity?
It’s really out of place.

I tried messing with .h-comments-title small but I get nothing.
Thanks.
Hi Daniel,
Please try this code in X > Theme Options > CSS:
.h-comments-title small {
background-color: transparent;
box-shadow: none;
text-shadow: none;
color: #000;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.