Is your WordPress Dashboard Broken? An uncommon problem of WordPress Dashboard not loading properly can be frustrating and time consuming in fixing. However with a simple trick this problem of CSS not loading properly in WordPress dashboard can be fixed in just few seconds. Simply follow the below steps:
Step1: Login to cPanel / Control Panel.
Step 2: Navigate & click on File Manager
Step 3: Open Public_html folder
Step 4: Edit wp-config.php file (do it by right clicking on the file and click edit)
Step 5: Copy the below code and paste it at the botton of the file and click save.
Step 6: Thats all! and you have fixed the WordPress Dashboard Not Loading Issue / WordPress CSS Issue.
define(‘CONCATENATE_SCRIPTS’, false);
Also read