How do I Remove the Last Updated and Created By Text?

Guillaume March 25, 2016

I'm using confluence as a portal, and the home page of the  space is cluttered by this "Last Updated and Created By" info that is not relevant in this case. Anyone as an idea how to remove this?

2 answers

1 accepted

1 vote
Answer accepted
Panos
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.
March 26, 2016

Use css:

.page-metadata{
	display:none;
}

or javascript

$(".page-metadata").hide();
Stephen Deutsch
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.
March 26, 2016

From your question, you seem to be on Confluence Cloud, so you will have to use the CSS macro in your page to be able to accomplish this. Just paste the text from Panos's answer smile

Guillaume March 28, 2016

It worked. Thx so much

1 vote
Tim Oliver April 25, 2018

This is not possible in confluence cloud as of 2018. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events