I achieved this with old code ( custom css) from Dokan website, using this code you can hide graphs of orders, sales, and big counter. Put it in custom css section and you are done.
.dashboard-widget.sells-graph {
display: none;
}
.dashboard-widget.orders {
display: none;
}
.dashboard-widget.big-counter {
display: none;
}
-
This reply was modified 5 years, 5 months ago by abhisheksr.
-
This reply was modified 5 years, 5 months ago by abhisheksr.