Remove
Autor: Gwenda K.
Visited 1360,
Followers 2,
Udostępniony 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;
}
Autor
Thanks so much!!