Hello,
I was just curious what parts of the app.min.css ( on the customer side) I need to change to change the font from gray to black.
I have been looking through the code for about an hour was curious if someone need one parts I needed to change exaclty.
Thank you
changing the color of the text in the submit a support request form
Moderator: mkoch227
Re: changing the color of the text in the submit a support request form
In CSS files you will need to search for color codes, starting with
For example: could be changed to or even
Learn more: CSS Color
P.s.: to make editing easier, you can edit the "app.css" file instead and save a copy as "app.min.css"
Code: Select all
color:
Code: Select all
color: #959eb0;
Code: Select all
color: #000000;
Code: Select all
color: black;

P.s.: to make editing easier, you can edit the "app.css" file instead and save a copy as "app.min.css"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: changing the color of the text in the submit a support request form
First of all,
thank you for your rapid response.
I followed your instructions and it only changes the text black when I turn on debug mode.
The files i edited were theme\hesk3\customer\css app
then I Saved a copy as app.min.css.
did i miss something?
Thank you for your time.
thank you for your rapid response.
I followed your instructions and it only changes the text black when I turn on debug mode.
The files i edited were theme\hesk3\customer\css app
then I Saved a copy as app.min.css.
did i miss something?
Thank you for your time.
Re: changing the color of the text in the submit a support request form
Debug mode use "app.css" and normal mode (debug off) uses "app.min.css". So if both files are the same, they should show the same result.
Maybe you need to force-refresh the page in our browser (CTRL + F5 in most browsers) to load the new CSS files?
Maybe you need to force-refresh the page in our browser (CTRL + F5 in most browsers) to load the new CSS files?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: changing the color of the text in the submit a support request form
Alright!
After refreshing the server like 4 times, every the colors did change.
Thank you so much for your support.
The steps you told me worked perfectly
Have a good day
After refreshing the server like 4 times, every the colors did change.
Thank you so much for your support.
The steps you told me worked perfectly
Have a good day