How to hide attachment paperclip icon on Confluence pages?

Robert Hall June 26, 2013

is there a way to hide the paperclip icon and attachment count from displaying on pages so the user doesn't have access to the attachments on that page?

2 answers

0 votes
Robert Hall July 21, 2013

I was able to do this with some css, added to master.css:


#content-metadata-attachments {
display: none;
}

Alicia Miller May 27, 2014

Hey,

Thanks for your help. I tried this but couldn't get it to work.

I tried adding it to the Global stylesheet and the Custom HTML sections of the admin console but no luck.

Any hints?

Thanks,

Alicia

dvillacorte June 18, 2015

Try this instead: #system-content-items, #content-metadata-attachments { display: none; } If you want to limit the restriction to a specific space, add the CSS style to Space Tools -> Look and Feel -> Stylesheet.

Ruby Singh March 14, 2016

This worked! Thank you Dolly! smile

0 votes
hsuhailah
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.
July 1, 2013

There's no easy way to do this via the UI. Even though it can be hidden however user can still check this from Tools > Attachments.

How about considering disabling attachment download instead?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events