The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Guys.
I am trying to change the color scheme for the left sidebar page tree.
It was easy enough to change the backgroud color in the space stylesheet with something like:
.acs-side-bar {
background-color: #33334d;
}
But I was not successful at changing the text color.
Anyone have experiance with this?
Thanks
Hi Mordechai,
try this CSS:
.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list .plugin_pagetree_children_span a { color: #ff7f50; }
.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list li .plugin_pagetree_children_content .plugin_pagetree_current a { color: #359797; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
where did you add the CSS?
My Confluence 5.10.7 looks now like that:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I added the CSS to the Space Stylesheet:
http://<your-confluence-url>/spaces/viewstylesheet.action?key=<spacekey>
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used these settings and am glad I found this suggestion! My question now is, do you have a way to change the look of just the parent pages in a page tree? Make them bigger or a different color than the child pages?
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.
👋 Hello Community! My name is Stephanie Zhang, and I’m a product manager on the Confluence cloud team. Today, I’m excited to announce the rollout of Presenter Mode : a ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.