-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Content - Page
-
None
-
2
Issue Summary:
From version 9.1 onwards, Confluence automatically creates a link to each heading. Single click to copy heading links
Steps to Reproduce:
- Create a new Confluence page.
- Add a heading and save the page.
- Hover over the heading with the mouse.
- A chain icon will appear that allows you to "Copy link to heading ".
Expected Results:
Users should have the ability to turn on or off the automatic link creation feature for headings in the space settings.
Workaround
- Navigate to Confluence Administration » General Configuration » Stylesheet » Edit
- Add the below code to hide the anchor link buttons:
/* hide copy heading link buttons */ .copy-heading-link-button { display: none !important; }