Viewing 1 replies (of 1 total)
  • Hi.

    Currently, there isn’t a hook to change it, but you can customizer the template:

    add_filter('mailtpl/customizer_template', function(){
        return get_stylesheet_directory() . '/admin/templates/default.php';
    });

    In default.php in your current theme you can create these templates.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Get rid of box-shadow’ is closed to new replies.