Goto Magento 2 root directory -> pub -> static and remove static folder and remove var/cache, var/composer_home, var/generation, var/page_cache, var/view_preprocessed
Then run below command :
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush
if issue solved,Click Kudos & Accept as Solution