CallReporter Branding Guide

CallReporter can easily be branded to match your company's style with just a few quick steps.

Branding Components

Theme

  • Steps: T-1
    1. Edit the static/custom.css file to style your website.

A logo size of approximately 100 x 33 pixels is recommended. The image file should be a .svg file but .png files are also supported.

  • Steps: L-1
    1. Move the logo file to the static/assets directory on the CallReporter server.
    2. Edit the .logo element in the static/custom.css file to point new logo.

Favicon

A favicon (pronounced "fave-icon") is a small, iconic image that represents your website. Favicons are most often found in the address bar of your web browser, but they can also be used in lists of bookmarks in web browsers and feed aggregators.

The favicon file must be named favicon.ico.

  • Steps: F-1
    1. Move the new favicon file to the static/assets directory in the CallReporter server.