Jump to content
  • 0

Question

Posted

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.

support-ticket-text-entry.png

5 answers to this question

Recommended Posts

  • 0
Posted
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%;
}

 

better-size-ticket-admin.png

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...