CSS/js Image Not showing after Magento 2 Installation
CSS/js Image Not showing after Magento 2 Installation. Check There Must be two reason
First Reason: Permission of Your Pub/Static Directory. Remember You should give permission to files 644 and to the directory 755. There must be three directories inside it. If not come to second Reason.
Second Reason: You need to deploy your static file by the PHP Command line. First You should navigate to the root of the Magento installation and run the Command php bin/magento setup:static-content:deploy
It will generate all necessary files to be loaded after successfully running this Command to change the file permissions of the following directors to 755
pub/static/frontend/
pub/static/adminhtmlecom
pub/static/_requirejs
Now Your theme should work file. In case you have any issues. Please Contact Us