Page editing in xwiki

image

Hi,I want to remove the “Edit” button.
how can I do it?
(Not from the “Access Right” section.)
is there a different way?

What looks as the easiest solution to me is not to remove the Edit button, but to hide it.

You can add a StyleSheetExtension to the page in question with the CSS code

#tmEdit { display:none; }