Change Graph Color

You can create a file called style-custom.css in /customer/assets/css folder and mailwizz will auto load it. In it you can place any css overrides you wish, that's entirely on you.
 
@sanjuujosephh - if you create a file named style-custom.css in /customer/assets/css folder, then that will be autoloaded by mailwizz everywhere in customer area. You can do the same for backend and frontend.
Additionally, creating a file named skin-*.css in assets/css will make it appear in the dropdown allowing you to select it.
 
I have done that. I'm not able to get the chart class or Id.
What is it?
To change color for Subscribers opens info based on user agent you need to open file: web/assets/js/campaign-open-user-agents.js and on line 48 add:
Code:
...
colors: ["#FF7070"],
...

Keep in mind these changes will be deleted with each update.
 

Attachments

  • Screenshot 2020-11-11 142048.png
    Screenshot 2020-11-11 142048.png
    12.1 KB · Views: 14
Back
Top