How to remove Pega icon in the Tab name

Hi,

I received a requirement recently, The requirement stating that i need to remove pega icon from the Tab Name. For this, I’ve gone through with HTML rules in the application. I didn’t able to find out the relevant rule. Would any one suggest me, how to achieve or handle the scenario.

Thanks in advance.

Hi @GrandhiS2903,

Update HTML Fragment rule: pyPortalIcon.

Replace icon with your logo icon in png format
and short cut icon with logo in ico format.

You need your logo in png and ico formats.

Example:


```
<pega:otherwise>
  <link rel="icon" type="image/png" sizes="32x32" href="<pega:binaryfile name='MangoLogoIcon.png' app='images'/>">
  <link rel="shortcut icon" href="images/Mangologo.ico">
</pega:otherwise>
```

Result:
Logo change result.jpg

Refer for some free ico/png images:

@ManjunathaC

Thanks for the solution, It’s working. The issue got resolved.

@ManjunathaCn I dont see this instance 8.6.4 version.