How to change the side bar folder and dashboard font size
Note:
This is a workaround solution, not an actual configurable feature via the plugin
- Log in as an administrator into Jira
- Select User Interface > Announcement banner in the System panel or use the shortcut 'g'+'g' and type in "Announcement Banner"
- Enter the relevant CSS below into the Announcement field:
Resize both Folder text and Dashboard link size
CSS<style> #dashboard>.tabs.vertical a, #dashboard>.tabs.vertical li.active { font-size: 15.5px; } </style>
Resize only the Dashboard link size
CSS<style> #d_folder_nav > li > a.ddFolder.dashboard, #d_folder_nav > li > ul > li > a.ddFolder.dashboard { font-size: 14px; } </style>
- Set the Visibility Level for the banner to Public
- Click the Set Banner button