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