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. 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 application's default styles.
Please note that CSS customization requires technical expertise, particularly in understanding CSS selectors and rules.
Related Articles
Check if the label is right!
- SubSpace and Linchpin Theme not working properly
- SubSpace and Metadata Integration
- Navigation Elements are displayed as No Permission
- Error when trying to add space element to navigation
- Cannot move child elements using drag and drop
- SubSpace Pricing Change
- How to force external links to open in a new tab
- Hide Navigation menu entry for specific groups
- Hide navigation in Confluence header
- CSS customization