hi, I need to change the look and feel of the WordPress backend elements. I want to change the calendar background or the color of the report panels, the font used etc. i tried using css but i couldn't do it. how could I do it? are there any themplates that i can use? how? I wish the changes were not lost after an update. For me it is very important to do this to make Amelia's administration panel with the same visual characteristics of my site.
You need to add custom CSS for it. This kind of custom work doesn't fall under included support for the plugin and we don't have a Back-end field where you can add your own CSS, but you can use this plugin https://wordpress.org/plugins/add-admin-css/ to be able to change the CSS on Dashboard as you need.
For example,
.am-calendar-scroll { background-color: aqua; }
makes your calendar to look like this:
You can find correct classes, and modify them.
If you have any more issues or questions feel free to ask, we will gladly help.
hi, I need to change the look and feel of the WordPress backend elements. I want to change the calendar background or the color of the report panels, the font used etc. i tried using css but i couldn't do it. how could I do it? are there any themplates that i can use? how? I wish the changes were not lost after an update. For me it is very important to do this to make Amelia's administration panel with the same visual characteristics of my site.
Hello vincenzo
You need to add custom CSS for it. This kind of custom work doesn't fall under included support for the plugin and we don't have a Back-end field where you can add your own CSS, but you can use this plugin https://wordpress.org/plugins/add-admin-css/ to be able to change the CSS on Dashboard as you need.
For example,
makes your calendar to look like this:
You can find correct classes, and modify them.
If you have any more issues or questions feel free to ask, we will gladly help.