[All Adaptavist Apps]
Is there a way to remove edit comments link from my {builder-comments}
You cant really remove it, but you could hide it with css, eg:
li.comment-action-edit { display: none; }
It works. Thanks a lot.
2 Comments
Unknown User (amoran)
You cant really remove it, but you could hide it with css, eg:
Unknown User (sarank2009@yahoo.com)
It works. Thanks a lot.