Step 1. Delete all folders in the / static / frontend folder
step 2. delete the cache folder in var / cache
Now open your command prompt and go to the root installation of magento 2 and run the following commands
step php bin/magento setup:static-content:deploy
Step php bin/magento indexer:reindex
This step worked for me. I hope this works for you too.
Let me know if you still encounter any problem.
source share