
Guest Full Installer Builder Extension's Description Invisible
Latest version of screenconnect makes the description invisible. Color is inheriting the css of the welcome screen which is white.
Answer

Thanks. It looks like that is actually the "Guest Full Installer Builder in Action Panel" extension, which isn't an official ConnectWise extension. (The issue was identified two years ago, and the author hasn't had a presence in our forum in that time: https://controlforum.connectwise.com/yaf_postsm34570findunread_Extension--Guest-Full-Installer-Builder-in-Action-Panel.aspx)
(Edit) It was an easy fix, and the extension is pretty popular, so I just did it.

What exactly was fixed?
Is there any way to have the color of that element as a setting that can be set?
The extension has it as:
#BuildInstallerCell0 > span {
color: #444;
}
I wanted to set it to #EEE, to match the color under the welcome text in the dark theme I'm using.
When I try editing the extension to change the color, it won't load the extension, because of a signature issue - any way around this?
Edit:
I added this into the theme css, which worked:
#BuildInstallerCell0 > span {
color: #EEE !important;
}
Thanks.
Customer support service by UserEcho
Thanks. It looks like that is actually the "Guest Full Installer Builder in Action Panel" extension, which isn't an official ConnectWise extension. (The issue was identified two years ago, and the author hasn't had a presence in our forum in that time: https://controlforum.connectwise.com/yaf_postsm34570findunread_Extension--Guest-Full-Installer-Builder-in-Action-Panel.aspx)
(Edit) It was an easy fix, and the extension is pretty popular, so I just did it.