Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove text from "Save for Later", "Watching" and "Share" buttons (only icons to remain)

Mikhail Antokolskiy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 24, 2018

Hello.

I have noticed that on one point text near icons were removed for me:

screenshot-4.png

Instead of:

screenshot-3.png

But then it was restored.

Does anyone know how to configure it?

Thanks for your help!

1 answer

1 vote
David at David Simpson Apps
Atlassian Partner
May 24, 2018

On Confluence Server:

In Confluence Admin | Look and Feel | Custom HTML

In At the END of the HEAD, add:

<script>
AJS.toInit(function ($) {
$('#navigation .aui-button:not(#editPageLink) span').each(function () {
$(this).html($(this).find('span'));
});
});
</script>

This will remove the text for all buttons except the Edit button.

 

On Confluence Cloud:

You're out of luck, sorry.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events