Changing the favicon for web applications

To change the favorite icon, or shortcut icon, add a custom favicon.ico file to the images directory. The favicon icon shows in the address bar of the browser.

  1. Navigate to your web application directory structure. Access webapps/webappname/src/styles/default/css/img/

    For example, D:\landmark\scr\hcm\modules\hr\webapps\EmployeeSelfService\src\styles\default\css\img\

  2. Copy the favicon.ico to the image directory. The .ico file must be placed in the correct directory: /webappname/src/styles/default/css/img
  3. Redeploy the application to your application server for the changes to take effect.