This forum has now moved. These topics have been left as a read-only archive. Please create all new topics in the Community space.
Is there a way to remove edit comments link from my {builder-comments}
View old comments
Aug 13, 2009
You cant really remove it, but you could hide it with css, eg:
li.comment-action-edit { display: none; }
It works. Thanks a lot.
Comments (2)
Aug 13, 2009
Alain Moran says:
You cant really remove it, but you could hide it with css, eg: li.comment-ac...You cant really remove it, but you could hide it with css, eg:
li.comment-action-edit { display: none; }Aug 13, 2009
Saran K says:
It works. Thanks a lot.It works. Thanks a lot.