Dashboard Folders for Jira
Breadcrumbs

How to change the side bar folder and dashboard font size


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. <style>
      #dashboard>.tabs.vertical a, #dashboard>.tabs.vertical li.active {
          font-size: 15.5px;
      }
      </style>
      



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