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.
Hi Thomas.
Your settings are now working for me.
Thanks for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome :-)
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.
This! I tried to do it yesterday but couldn't find out how
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.