Customizing logos in NetOps Portal
search cancel

Customizing logos in NetOps Portal

book

Article ID: 108867

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management Network Observability

Issue/Introduction

How to I customize the login screen logo and homepage logo seen in the upper left hand corner after logging into NetOps Portal?

Resolution

The logo in the upper left hand corner of the UI is defined in the PC/css/CA-Blue directory: 



The image files are, depending on your theme:

/opt/CA/PerformanceCenter/PC/webapps/pc/css/CA-Blue/images/AIOps-NetOps.svg
/opt/CA/PerformanceCenter/PC/webapps/pc/css/CA-White/images/AIOps-NetOps.svg 



The css that references it is in css/CAPC_theme.css: 

.logo { 

background-image: url("../images/AIOps-NetOps.svg"); 



The easiest way to change it is to simply replace the contents of AIOps-NetOps.svg with the another logo (same size – 48 x 48 pixels). Or, add the logo to the images directory and update the css to point to it. After making the change, you need to clear your browser cache for it to show up the first time. 

Additional Information

This is a customization so original files should be saved off before making and changes.