
Changing the Citrix StoreFront theme
A post that will help us customize, make the Citrix StoreFront interface a little more corporate and friendly! We all know that the more we customize and orient our IT applications to our company, the happier those at the top will be’ apart from leaving a beautiful environment with the company's logos or an image 100% Corporate!

First of all, if we have Desktops published apart from apps on our Citrix platform, We will be interested in disabling the assigned desktop from autobooting, to do this we modify the 'C:inetpubwwwrootCitrixNOMBRE_ALMACENweb.config’ and we'll look for the 'autoLaunchDesktop' flag’ and we set it to 'false'.
Well, to change the background, Default, StoreFront uses the 'bg_bubbles.jpg image’ of 'C:inetpubwwwrootCitrixNOMBRE_ALMACENmedia', we can modify it by one of the same resolution 2048×1536 Pixels.
To change the Citrix logo in the upper left area, We will replace 'logo_CR.png’ of 'C:inetpubwwwrootCitrixNOMBRE_ALMACENmedia', with the same size 141×28 Pixels, if we want to place a larger logo, we will modify in 'C:inetpubwwwrootCitrixNOMBRE_ALMACENcss’ the 'Default.htm.style.min.css' file, in the '…#header_logo{float:left;width:141Px;height:28Px;…’ indicating the correct pixels of the new image.
To change the font color of the apps/desktops we will modify 'Default.htm.style.min.css' again, in the '….myapps-name{padding-top:6Px;text-align:Center;margin:0 car;colour:white…’ the color we are interested in, in this case white (We could also put it in hexadecimal #ffffff).
If we want to change the color of the letter in the user's name part, We will change '…#header-userinfo a {colour:white…’ As in the previous step, we can use a hex code.
If we want to change the 'blue' image’ when the user selects the sign-out options, etc… We will modify it and put the color that we think best to make the site more corporate by modifying 'UserMenuSelect.png'.
And last but not least!! to change the initial logo, the one before it was validated… it will be enough to change the image 'logo_notagline.png’ of 'C:inetpubwwwrootCitrixNOMBRE_ALMACENuiareasAuthenticationmedia'. And just like before, If we want to use a larger logo we will modify in 'Default.htm.style.min.css’ the size with the right pixels by changing '…#logonbox-logoimage{Border:0 none;float:right;height:77Px;Position:absolute;right:71%;top:92Px;width:233Px…’
And we'll see how cool it is!
Citrix StoreFront logon image, Nice isn't it? Gaztelugatxe fyi, precious! it is the input image.
Image of the apps or virtual desktops within the StoreFront.
We can also help ourselves with browser tools such as firebug, etc…
More info:
HTTP://blogs.citrix.com/2013/06/26/customizing-receiver-for-web-in-storefront-2-0/
HTTP://support.citrix.com/servlet/KbServlet/download/32740-102-692182/receiver-web-ui-customization.pdf