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