Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
I would like to change the footer colour, By default in the custom theme it's the same als the menu colour.
What should be put in the (I guess) "user-styles.css"?
Thans in advance,
#footer {
background: <your color here> !important;
}
Hi Stevland,
It works only half...
Only the 1/3 of the footer changes to the desired colour...
Addition; This has something to do with scaling; When maximise my screen, i get 1/3 the desired coulor, other 2/3 same as my menu bar. When using normal windows it seems fine.
Hmmm. Try this...
html,
#osticket,
#ostawesome,
#footer {
background: <your color here> !important;
}