Hi @Code54,
Thanks for letting me off the hook. I was already working on this workaround, so I decided to finish it.
You can add the following code to /osta/user-styles.css:
/* Client Portal and Staff Panel */
#header-image img {
display: none !important;
}
#header-image:after {
content: ' ';
display: inline-block;
background: url(https://osticketawesome.com/a/1.12.3-1/osta/uploads/google-white.png); /* change path */
background-size: cover;
height: 34px; /*do not change this value*/
width: 105px; /* adjust this value until the logo looks good*/
}
/*Staff Login page*/
#login-title #header-image img {
display: none !important;
}
#loginBox #header-image:after {
content: ' ';
display: inline-block;
background: url(https://osticketawesome.com/a/1.12.3-1/osta/uploads/google-white.png); /* change path */
background-size: cover;
height: 109px; /* adjust this value until the logo looks good*/
width: 332px; /*do not change this value*/
}
After you add that code your logo will be replaced with a Google logo from my server.
You can then change the path to point to your own logo in the /osta/uploads folder, or elsewhere on your server.
—
After getting all of that ready it occurred to me to ask: how did you upload the osTicket Awesome files?
Did you see the following item from the FAQ page?
Will it work on my Synology NAS?
Yes.
One of our users reported having trouble uploading his osTicket Awesome installation using the File Manager. So if you run into trouble while installing, try using an FTP program (such as the free FileZilla) to copy the files over.