Hi, welcome back!

Your business dashboard template

To make your dashboard theme to be dark, please go to deznav.js file and make sure version: "dark"

    
        (function($) {
            "use strict"

            new dezSettings({
                version: "dark"
            });
            
        })(jQuery);