Tag: themes
-
How to install theme in Magento 2
Download the theme and copy the app folder and paste it in your magento root directory Open Shell, in the root directory, enter php bin/magento setup:upgrade . This will upgrade all the magento files. 2. Also, Clear cache ,type php bin/magento cache:clean . 3. Now force deploy the static files by typing php bin/magento setup:static-content:deploy -f . It will take a while. 4. Now,…