scurrell Posted February 6, 2013 Share Posted February 6, 2013 Is it possible to change the background colour of the staff note box on a support ticket? The current pale yellow isn't eye-catching enough to draw attention to the fact that there's a note, and some of our staff are missing them 0 Quote Link to comment Share on other sites More sharing options...
DavidBee Posted February 6, 2013 Share Posted February 6, 2013 Hi, Yes you can! In your admin themes style.CSS file you should look for .ticketstaffnotes and change the colour to your preferred. The CSS file is located in whmcs/admin/templates/. Pick the admin theme you use and change the required CSS file Here is what I have in my CSS. .ticketstaffnotes {margin: 0 0 5px 0; padding: 5px; background-color: #FFFFE6; border: 1px dashed #DACD83; } Any problems let me know the theme you are using. 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted February 6, 2013 Author Share Posted February 6, 2013 Thanks for that. I'll have a look later..... 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted February 6, 2013 Author Share Posted February 6, 2013 Worked perfectly! Thanks again. 0 Quote Link to comment Share on other sites More sharing options...
DavidBee Posted February 7, 2013 Share Posted February 7, 2013 No problem! What colour did you change this to? I'm considering changing this also as some of our staff do miss the notes also. 0 Quote Link to comment Share on other sites More sharing options...
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.