Hi @webcraftic
Sorry for delay, somehow i did not see your respond.
The issue as screenshot appear everywhere.
I search and found “classgrey”. It come from .php file of another plugin code as bellow.
I tried to deactive bellow plugin, but the issue as screenshot still same. The issue only gone when i deactive your plugin.
https://www.ads-software.com/plugins/grey-admin-color-schemes/
/*
|>>>>>>>>>>> Register color schemes
*/
function GACSAddColorSchemes()
{
wp_admin_css_color( ‘classicgrey’,
__(‘Classic Grey’, ‘grey-admin-color-schemes’),
plugins_url(“/colors.css”, __FILE__ ),
array( ‘#111’, ‘#111’, ‘yellow’, ‘#21759B’ ) );
}
add_action( ‘admin_init’ , ‘GACSAddColorSchemes’ );