When we used the on-prem version of Confluence there was a Custom HTML option and I could remove the "More actions" items with a change to the css. I cannot find anyway to change the css in the cloud version. I used the following previously and it worked - but I don't see where to add this now. We need to remove the options for anonymous access.
<style type="text/css">
#action-menu-primary { display: none !important; }
#view-attachments-link { display: none !important; }
#action-view-history-link { display: none !important; }
#view-page-info-link { display: none !important; }
#view-in-hierarchy-link { display: none !important; }
#action-view-source-link { display: none !important; }
#view-resolved-comments { display: none !important; }
#action-export-word-link { display: none !important; }
</style>
Cloud is different from server and does not allow for custom css. There is a feature request here that you can vote for https://jira.atlassian.com/browse/CONFCLOUD-36137
There are apps like refined that might allow you to do this https://marketplace.atlassian.com/apps/15231/refined-for-confluence-sites-themes?tab=overview&hosting=datacenter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.