I see how to make a Confluence wide announcement in the Custom HTML section. And I've seen older notices from 2009 discussing space specific announcement banners. But I can't find any specific descriptions of how to do it and I'm not sure if it is still an available option. Is it, and if so, how?
Go to the space stylesheet...
Default theme
Space tools -> Look and Feel
Documentation theme
Browse(menu) -> Space Admin -> Look and Feel -> Stylesheet
Then add this. You can play around with the styling to make it look like what you want, but it should work just fine without the need to install any plugins or anything like that.
#header::before { content:"stuff"; background: #FFD; display:block; font-weight: bold; text-align: center; padding: .4em 0 .3em 0; }
Does this work for you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Feel free to make the question as answered if an answer meets your needs. :) Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answer @Davin Studer . Can you tell how to limit the CSS formating to the header ? I have a custom CSS for my Confluence, and it is disturbed by the styling in the header::before...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Matthew, try this:
{anchor:top} {note:icon=false}{center}<Some text goes here. [WLA:<Page Name to link to>] {center} {note}
Notes
{center} - centres the text across the page.
Do this here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you can only do this in the Doc theme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.