VMware Horizon Community
smith_ll
Enthusiast
Enthusiast
Jump to solution

Connection Server background

Hi,

I've managed to brand my HTML logon page without much issue but was looking to also brand the next landing page where users select a desktop to log onto. Not finding much documentation online regarding this so if anyone has anyone experience of how I'd go about this or can point me in the right direction it'd be much appreciated.

Cheers,

*Just for clarity, it's this page;

Nothing fancy. Mainly just looking to change the grey colour to something else.

pastedImage_0.png

Reply
0 Kudos
1 Solution

Accepted Solutions
techguy129
Expert
Expert
Jump to solution

C:\Program Files\VMware\VMware View\Server\broker\webapps\portal\webclient\stype.app-htmlacces.#####.css

Under body, its the color tag

body {

   width: 100%;

   font-family: "Open Sans", Helvetica, Arial, sans-serif;

   font-size: 12px;

   background-color: #eee;  

}

View solution in original post

Reply
0 Kudos
1 Reply
techguy129
Expert
Expert
Jump to solution

C:\Program Files\VMware\VMware View\Server\broker\webapps\portal\webclient\stype.app-htmlacces.#####.css

Under body, its the color tag

body {

   width: 100%;

   font-family: "Open Sans", Helvetica, Arial, sans-serif;

   font-size: 12px;

   background-color: #eee;  

}

Reply
0 Kudos