Remove 
Author: Gwenda K.
Visited 1421,
Followers 2,
Shared 21
Can you remove the "Mark as Abuse" button from the Blog Comments as people as accidentally clicking on it?
Posted on the
Hi Gwenda,
you can set this css code in your html object, you can insert this code in header html:
.imBlogPostAbuse {
display: none;
}
Author
Thanks so much!!