Skip to main content
Skip table of contents

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

  1. Log in as an administrator into Jira
  2. Select User Interface > Announcement banner in the System panel or use the shortcut 'g'+'g' and type in "Announcement Banner"
  3. Enter the relevant CSS below into the Announcement field:
    1. Resize both Folder text and Dashboard link size

      CSS
      <style>
      #dashboard>.tabs.vertical a, #dashboard>.tabs.vertical li.active {
          font-size: 15.5px;
      }
      </style>
    2. 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>
  4. Set the Visibility Level for the banner to Public
  5. Click the Set Banner button
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.