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