Get rid of circle around number of comments

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.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.