Hide "edit label button"(right bottom corner) from confluence pages...

Dinoj D December 16, 2013

Is there any way to remove/hide "edit label" button from confluence pages..

2 answers

1 accepted

0 votes
Answer accepted
Dinoj D December 17, 2013

Thanks

.labels-edit-container {display: none;} did not worked for me...

But the following is working well..

#labels-section {display: none;}

Dinoj

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 16, 2013

You set up custom CSS globally or for individual spaces to hide the edit feature. This should do it.

.labels-edit-container {display: none;}

Global change:
Confluence Admin -> Look And Feel -> Stylesheet

Space change:
Space admin -> Stylesheet

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events