Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

Table of Contents
classcontents

Overview

Before you make any changes, remember to create a backup of the entire ROOT directory. Creating a zip of the ROOT directory will mean you can always restore your styling back to Yellowfin's default state. This is especially important if you are new to CSS. Do not skip this step.

...

Browser

Page Instructions

Menu Instructions

Chrome

Right-click anywhere on the page and select Inspect Element from the menu

Navigate to Settings > Tools > Developer tools

Firefox

Right-click anywhere on the page and select Inspect Element from the menu

Navigate to Firefox Menu > Web Developer > Inspect

IE

Press the F12 key

Click on the Tools menu and select developer tools

Opera

Right-click anywhere on the page and select Inspect Element from the menu

Navigate to Opera > Page > Developer Tools > Opera Dragonfly

Safari

Right-click anywhere on the page and select Inspect Element from the menu

Navigate to Display > Develop > Show Web Inspector
Note: this must first be enabled in Settings > Preferences > Advanced > Show Develop menu in menu bar

Note: these instructions were correct for the latest version of each browser when written, if they don't work for you please reference the help of the particular browser you are using.

...

  1. Make the required changes to the CSS file(s)
  2. Save the file(s) to the custom css directory (Yellowfin\appserver\webapps\ROOT\customcss)
  3. Clear your browser cache
  4. Reload the page that's affected by the updates and review

Note: your replacement files, stored in the customcss directory do not have to be files of the same names as the original, as long as they have the correct class names Yellowfin will use them. This means that you can condense all your custom styling into one css file if you wish, which only contains items you've customised.