I'm following the Trongate Form Handling Mini Series p4 - Improving Our Form, I'm at the point of changing the theme colour. I've followed the step: config - theme.php - change line for to "dir" => "default_admin/red", Refreshed the page.
All efforts to change from the default blue colour to any other colour has not worked.
I confirmed the step from the doc also to no avail (https://trongate.io/docs/information/about-the-admin-template)
I'm running version Trongate version: 1.3.3049 created with the Trongate Destop App version 1.0.5 windows on Laragon local web server.
I moved the app as a sub-domain: http://localhost/trongate_books after encountering the issue when using a subdirectory: http://localhost/trongate/books
Thanks in advance for every assistance
Unable to Change Admin Theme Colour
2 years ago
2 years ago
#1
2 years ago
#2
Hello,
Try to do a hard reload.
Dan
Try to do a hard reload.
Dan
2 years ago
#3
I just did again. No effect.
Tired using 2 other browsers. No changes too.
Tired using 2 other browsers. No changes too.
2 years ago
#4
The problem is there is no admin.css being loaded in each of the default_admin themes.
Add this line to the head of all 6 colour themes:
so it looks like this:
I have also created a pull request here:
That also renamed the CSS to admin-theme.css to avoid any future confusion.
Merry Christmas,
Si
Add this line to the head of all 6 colour themes:
so it looks like this:
I have also created a pull request here:
That also renamed the CSS to admin-theme.css to avoid any future confusion.
Merry Christmas,
Si
2 years ago
#5
Thanks Dafa, it was a Christmas gift. Greatly appreciated.