Wednesday 6 November 2013

Remove Citrix and HDX logo from footer on Web Interface

In some situations you might want to remove the Citrix and HDX logo in the footer of the Web Interface.
image
Start a Command Prompt as administrator.
image
Create a copy of the existing file c:\inetpub\wwwroot\Citrix\XenApp\app_data\include\fullStyle.inc
image
Then edit the file c:\inetpub\wwwroot\Citrix\XenApp\app_data\include\fullStyle.inc
image
Find the entry #footer img and insert the text Display: none;  as shown here:
image
The Citrix logo is now gone:
image
Find the entry .horizonPage #hdxLogo { and change the existing text display: inline: to the text Display: none;  as shown here:
image
The Citrix and HDX logo are now gone:
image

No comments:

Post a Comment