JaxSite Posted November 16, 2016 Report Share Posted November 16, 2016 Is there a config setting to control the font size used for the text entry on a support ticket? I'm on a MacBook Pro with 1440x900 resolution and using Chrome. I've attached a screenshot. Quote Link to comment Share on other sites More sharing options...
0 JNdev Posted November 16, 2016 Report Share Posted November 16, 2016 I assume you mean admin view Open theme.css on /app/views/admin/default/css Add this to top or bottom textarea { font-size: 20px; font-weight: 500; } You can change font-size:20px with your own eg: font-size:18px Michael, JaxSite and Paul 3 Quote Link to comment Share on other sites More sharing options...
0 Michael Posted November 16, 2016 Report Share Posted November 16, 2016 Not out of the box that edit Jawanet mentioned should fix it but I haven't had issues on a retina screen: (2880 x 1800) Quote Link to comment Share on other sites More sharing options...
0 JNdev Posted November 16, 2016 Report Share Posted November 16, 2016 Try #create_ticket textarea { font-size: 170%; } JaxSite, Michael and Paul 3 Quote Link to comment Share on other sites More sharing options...
0 JaxSite Posted November 16, 2016 Author Report Share Posted November 16, 2016 3 hours ago, Jawanet said: Try #create_ticket textarea { font-size: 170%; } Thanks Jawanet! It works great!!! I hadn't looked at code options yet, having just scanned the admin settings area. This was an easy fix. I settled on 125% for a size that works for me. #create_ticket textarea { font-size: 125%; } JNdev and Paul 2 Quote Link to comment Share on other sites More sharing options...
0 Blesta Addons Posted November 17, 2016 Report Share Posted November 17, 2016 It was the same observation from my staff aboit font size in ticket area text . But finnaly they have adapted with it . I think the plain text should be increased a bit in core css files . Quote Link to comment Share on other sites More sharing options...
Question
JaxSite
Is there a config setting to control the font size used for the text entry on a support ticket? I'm on a MacBook Pro with 1440x900 resolution and using Chrome. I've attached a screenshot.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.