customize ticket view
is there a way to easily customize the ticket view to not display the company name, as a group who uses jitbit for 1 company only this information doesn't help. also can the colors and sizes of the other information like user name and category be changed?
Thanks
Caleb
under administratoin and general > advanced css I have this
this hides the company field cPopup and changeds the font of the username uPopup to bold and changeds the color and size of that field
.cPopup{display: none;}
.uPopup{font-weight: bold;}
a.grey2{font-size: 12px !important;
color: #d97421 }