ConnectWise Control Software User Forum
»
Default
»
Advanced Customization
»
Increasing font size in *just* the Chat frame of web dashboard?
 Rank: Advanced Member Medals:   Joined: 9/14/2011(UTC) Posts: 360 Location: ON, Canada
Thanks: 31 times Was thanked: 14 time(s) in 11 post(s)
|
I contacted Support but this was outside of their scope....
I'd like to make the chat font for better legibility without zooming the whole page. The rest is fine. I suspect there's a CSS file or something that I could adjust and make the font one or two points bigger but don't know which that would be.
Can someone help me out?
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 2/6/2014(UTC) Posts: 316   Thanks: 6 times Was thanked: 33 time(s) in 29 post(s)
|
sure! I actually just made an extension (Cleaner Columns - as of this posting it's not yet approved) as a fix for the issue in this thread. Basically what I did was create a new extension that adds a CSS file that tunes some stuff. The extension is pretty simple: Manifest.xml includes this line (and all the normal stuff): <ClientScriptInitializer SourceFile="Initializer.js" MinProductVersionInclusive="6.0" /> Initializer.js includes only this line: SC.util.includeStyleSheet(extensionContext.baseUrl + 'Style.css'); And, unsurprisingly, Style.css has my custom CSS in it. To increase the font-size for the chat you'll want to add a rule such as: .Messages .EntryHistoryPanel .HistoryPanel .ListPanel .Data { font-size: 16px; } It defaults to 13px, so fiddle with it a little until you're happy. Good luck! Edited by user Friday, June 9, 2017 7:31:19 AM(UTC)
| Reason: tuned the suggested CSS to only apply to the Messages block, and not Notes
|
 1 user thanked shawnkhall for this useful post.
|
|
|
 Rank: Guest Joined: 12/22/2017(UTC) Posts: 1  Location: Central Thanks: 1 times
|
Excuse my ignorance with regards to Cleaner Columns extension, but how do I actually implement it?
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 2/6/2014(UTC) Posts: 316   Thanks: 6 times Was thanked: 33 time(s) in 29 post(s)
|
@jweever - I'm afraid Cleaner Columns doesn't work with ScreenConnect/Connectwise Control 6.4+. I've been meaning to fix it, but haven't had the time and won't have the time until late January, at the earliest.
Basically what it does is alter the screen width that triggers whether the properties pane switches from side to below, effectively disabling the 'below' behavior. If I can get it updated soon I will let you know.
|
|
|
|
ConnectWise Control Software User Forum
»
Default
»
Advanced Customization
»
Increasing font size in *just* the Chat frame of web dashboard?
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.