How to change the font size on the page Service Catalog Home Requests page
book
Article ID: 125341
calendar_today
Updated On:
Products
CA Service CatalogCA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
N/A
N/A
Environment
Windows
Resolution
To add and change the 'font-size' parameter, please follow the below procedure:
AD1: 1. Edit: Folder: C:\Program Files\CA\Service Catalog\filestore\themes\CA_Technologies_R7\css File : main.css 2. Line 103, original syntax: .toprightheader{background-color:#00174A;}td.sectiontd{background-image:url('../images/grid/table_header_center.png');border:0;background-color:transparent;color:#FFF;font-weight:700;text-decoration:none;padding:3px;} changed into: .toprightheader{background-color:#00174A;}td.sectiontd{background-image:url('../images/grid/table_header_center.png');border:0;background-color:transparent;color:#FFF;font-weight:700;font-size:15px;text-decoration:none;padding:3px;}
3a. After you applied this change and saved the main.css file, you can refresh(F5) the page in the browser. 3b. And the changed color will be visible immediately.
Note1: ====== Search for 'font-weight:700;' and insert 'font-size:15px;' Where the '15px' determines the size of the text in the SC-UI.
After you applied this change and saved the main.css file, you can refresh(F5) the page in the browser. And the newly added font-size should be visible immediately.
AD2: Folder: C:\Program Files\CA\Service Catalog\filestore\themes\CA_Technologies_R7\css File : main.css Line 218, original text: .table_data_numeric{color:#000;font-weight:400;text-align:right;padding-right:2px;}.breadcrumb{color:#369;font-weight:400;padding:1px;} Changed into: .table_data_numeric{color:#000;font-weight:400;text-align:right;padding-right:2px;}.breadcrumb{color:#369;font-weight:400;font-size:15px;padding:1px;}
Note2: ====== Search for '.breadcrumb{color:#369;font-weight:400;padding:1px;}' and insert 'font-size:15px;' after 'font-weight:400;' Where the '15px' determines the size of the text in the SC-UI.
After you applied this change and saved the main.css file, you can refresh(F5) the page in the browser. And the newly added font-size should be visible immediately.
Note3: ====== The above named folder could also be 'CA_Technologies_R7_Full_Screen'.