Remove
Autor: Gwenda K.
Visitado 1366,
Seguidores 2,
Compartilhado 21
Can you remove the "Mark as Abuse" button from the Blog Comments as people as accidentally clicking on it?
Publicado em
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!!