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
- Edit the static/custom.css file to style your website.
Logo
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
- Move the logo file to the
static/assets
directory on the CallReporter server. - Edit the
.logo
element in thestatic/custom.css
file to point new logo.
- Move the logo file to the
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
- Move the new favicon file to the
static/assets
directory in the CallReporter server.
- Move the new favicon file to the