CSS

From Customer365 for SageCRM
Revision as of 14:12, 22 December 2011 by CrmtogetherPortal (talk | contribs) (Created page with "The system has a primary style sheet called ewaress.css. This is located at the core level of the web site. To control the system font you change the option here. The defau...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The system has a primary style sheet called ewaress.css.

This is located at the core level of the web site.

To control the system font you change the option here.

The default font settings are as below:

/*font size controlled here*/ body, table, td

{

   font-size: 13px;
   color :black;

}