Replace Clarity text on the browser tab
search cancel

Replace Clarity text on the browser tab

book

Article ID: 240550

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

How to replace the text 'Clarity' on the browser tab with the business reference name of the application. 

Environment

Release :  16.0.0, 16.0.1, 16.0.2 

Resolution

For regular themes:

  1. To change the product text on the browser tab, in Classic, go to Administration > UI Themes
  2. Find the one you are using and look for this section #ppm_header_product
  3. You can edit, for example:
/* The product name itself */
#ppm_header_product span:before, #ppm_header_product_small span:before {
  content: "My Company DEV Environment";
}  
 

The steps above will not work on Phoenix UI Theme yet:

This is DE64975: Cannot update HTML title for the Product name on the browser tab when using Phoenix UI Theme, fixed in 16.0.3

Additional Information

  •