Stylesheets
Certain aspects of your CalmView pages such as colours, font type and font
size are determined by stylesheets. These can be edited manually to change the
appearance of your CalmView pages, for example if you wish to use a corporate
colour or font.
Axiell recommends always backing-up your CalmView folder before making stylesheet changes.
The CalmView stylesheets are found in the theme folder, for example:
C:\Inetpub\wwwroot\CalmView\App_Themes\Customer
If you have knowledge of stylesheets, you will be able to alter the values in
these files. Alternatively, Axiell offer a customisation service. In
either case, if you wish to make colour changes, you will need the
hexadecimal RGB
value of any colours you wish to use on your CalmView website.
For example, if you wish to change the colour of the headings on the overview page:
- Open the stylesheet file called overview.css in a text editor
- Look for the class called table.overview th
- Within that section there is a line that says background-color: #568181; (or #597A35 for the Showcase theme) change 568181 to the hexadecimal value of your chosen
heading colour,
taking care not to delete the semi-colon
- Save the file
When you next search CalmView, your search results will be displayed with the new background colour.