Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Changing the CMSDesk and CMS Site Manager View modes: 
User avatar
Member
Member
Armysniper89 - 7/29/2011 3:41:31 PM
   
Changing the CMSDesk and CMS Site Manager
I have a staging server and a production server as well as a developer box that all use Kentico's CMS Desk and Site Manager. It is sometimes confusing to tell in the flurry of work, which "box" I am working on...you have to look at the URL to tell. Is there a way to easily change the color scheme of the CMSDesk/CMSSiteManager top? My thinking is that, similar to my server desktop backgrouns, which I color differently so you can tell which machine you are on at a glance, I could change the CMSDesk from its standard Blue colors to Red or Green so that a user always knows what box they are on. Is this something that can be done easily?

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 7/30/2011 7:51:29 AM
   
RE:Changing the CMSDesk and CMS Site Manager
Hi,

you could change one line in the CMSDesk stylesheet, i.e. in file
~/App_Themes/Default/CMSDesk.css

section:


.CMSDeskHeader
{
background-image: url(./Images/Design/Backgrounds/CMSDeskHeader.png);
background-repeat: repeat-x;
margin: 0px;
height: 49px;
}


Instead of default blue CMSDeskHeader.png image you could use your own so the top of the admin section would have a different color.

Best regards,
Ivana Tomanickova


User avatar
Member
Member
Armysniper89 - 8/1/2011 9:38:34 AM
   
RE:Changing the CMSDesk and CMS Site Manager
Thanks for that! I will try it out. Would be great to find that feature in a future build of the product. ;)

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 8/2/2011 3:34:51 AM
   
RE:Changing the CMSDesk and CMS Site Manager
Hi,

yes, you are right. Personalization of UI will be implemented in version 7.0. Unfortunately, we did not have enough time to add it to next version 6.0.

Best regards,
Ivana Tomanickova