background color confluence

Felton Louis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2016
 

1 answer

0 votes
NotTheRealStephenSifersNOPENOPENOPENOPE
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 7, 2016

You can use CSS Style sheets to color anything you want. You can also use them to set images as your background. Here is an example for using CSS Style sheet to change the background colors in Confluence.

#Invert the colors, great for dashboards.
#html { -webkit-filter: invert(); }

#Adjust the colors
.aui-page-panel {
    background-color: #404040;
}
 
body {
    background-color: #404040;
}

h1 {
    background-color: #404040;
}

p {
    background-color: #404040;
}

Here is the Atlassian guide for Confluence and CSS Style sheets.

https://confluence.atlassian.com/doc/styling-confluence-with-css-166528400.html

Hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events