Hi!
How can I create a Kaban Board in Confluence?
Thank you.
Maria
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.