I'm trying to amend the view found for:
Instead of seeing the whole blog listed I'd prefer to only show a snippet or just the User Logo, Blog Title, Date.
I'm guessing this might be possible in the Stylesheet but I'm not sure how to accomplish what I need.
I'm using an on-prem version of Confluence.
Hello there!
You are right Backi. This can be set under Space Stylesheet! So, you can proceed like this:
- Access the desired space
- Click Space Tools
- Look for Look and Feel
- Select Stylesheet
- Click to edit
- Insert the following CSS code:
.blog-post-listing .wiki-content{
display: none;
}
This will hide from view everything that is inside divs with the class blog-post-listing and has the class wiki-content. Without the blog-post-listing part, even normal page content will be hidden.
This hides the blog post snippet and will show only title, author, date and edit button.
Hope this helps. Looking forward to your reply!
Hey Diego,
Thank you so much for the response. I tested the CSS snippet you provided and it does exactly what I need. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great to hear that Becki!
If you need some assistance or have a question, come here to the Community!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know this is an older post but I'm looking to input a CSS code for blog posts so that the author is not displayed. Our posts are published on behalf of others in the company so it's confusing for someone else's name and photo to be attributed to the content. Would you please advise? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.