In my website overview chart can someone tell me why the color of my new listings and new order graph color are both red? I'm using Classifieds Theme
Version 9.4.3
If you wanted it corrected until PP fixes it you can add the following into your file (near the bottom):
function custom_admin_css(){ ?>
<style>.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut { stroke: green !important; }</style>
<?}
add_action('admin_head', 'custom_admin_css');
Anonymous
April 23, 2020 at 2:04 pm
hi Randy,
Please kindly submit a ticket for this issue so we can track and fix this on the next update.
JamesD
Hello Randy,
It’s the theme styling.
If you wanted it corrected until PP fixes it you can add the following into your file (near the bottom):
function custom_admin_css(){ ?>
<style>.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut { stroke: green !important; }</style>
<?}
add_action('admin_head', 'custom_admin_css');
Anonymous
hi Randy,
Please kindly submit a ticket for this issue so we can track and fix this on the next update.