Skip to end of banner
Go to start of banner

CSS customization

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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:

  1. Choose "General Configuration" from the menu.

  2. Select "Stylesheet".

  3. Click on "Edit".

  4. Paste your custom CSS into the text field.

  5. Finally, choose "Save".

For additional details, please consult the documentation link shared earlier.

Changing 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.

Check if the label is right!

  • No labels