Hello.
I have noticed that on one point text near icons were removed for me:
Instead of:
But then it was restored.
Does anyone know how to configure it?
Thanks for your help!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.