CSS customization
Customization options for the SubSpace Navigation DC are currently limited. If you decide to proceed with CSS customization, you can refer to the Atlassian documentation on styling Confluence with CSS: https://confluence.atlassian.com/doc/styling-confluence-with-css-166528400.html. Specifically, focus on editing the global CSS stylesheet.
To summarize the article, you can inject custom CSS on a global level for your Confluence instance by following these steps:
Choose "General Configuration" from the menu.
Select "Stylesheet".
Click on "Edit".
Paste your custom CSS into the text field.
Finally, choose "Save".
For additional details, please consult the documentation link shared earlier.
How to change the color of the menu
To achieve a modification of the navigation menu bar's color, a basic approach would be to focus on the CSS selector “#navigationbarpro" and utilize the "background-color" attribute. Adding the "!important" rule to the specified attribute value ensures that your changes override the default styles of the application.
Please note that CSS customization requires technical expertise, particularly in understanding CSS selectors and rules.
Â
Related Articles
Check if the label is right!
Â