Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to remove "Created by ," after using this code?

This question is in reference to Atlassian Documentation: How to hide content author name (created by) in a page

The following code added to the Stylesheet removes the author's name, but leaves the text snippet "Created by ," which looks odd.

Q. How do you remove that snippet as well?

 

#com-atlassian-confluence .page-metadata .author {
display:none;
}

3 answers

Is there already a solution on how to remove the text? I'm currently facing the same issue. Last modification should still be displayed.

18-10-2023_14-13-02.png

Hi,

I can't find Stylesheet under "Settings > Look and Feel". Where can I add my custom CSS?

Thanks

18-10-2023_14-09-46.pngThis seems to be possible only for the Confluence admins, not the Space Admin.

Like Martyn _admin_ likes this
0 votes
Maggie Modersohn
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.
Jan 23, 2017

Hi Frances, 

Just remove the .author to remove all the page metadata. 

#com-atlassian-confluence .page-metadata {
display:none;
}

Let me know if I misunderstood the question. 

Maggie

Hi Maggie,

I have the same problem, I think the issue is that if you add the code to the StyleSheet, your page still displays the phrase 'Created by'.

In other words, you end up with something like:

"Created by , last modified on Feb 05, 2018"

The code insert removes the name, not the Created by phrase.

Ideally, what's left would be "Created on DATE" or "Modified on DATE".

Any thoughts on that?

Thanks,

 

Kris

Hi, 

Below code would remove entire line.

.page-metadata .page-metadata-modification-info {

     display:none;
}

 

Thanks,

Harsh H

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events