cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding installation of new theme

Regarding installation of new theme

Hi.I am new to magento.I am trying to install a new theme to my website.Please guide me for the same.I tried installing by pasting the app and pub folder into core magento folder but i did not suceed.The theme is uploaded partially.

1 REPLY 1

Re: Regarding installation of new theme

To install a theme on your Magento, Start by creating your theme folder in the app/design/frontend directory or in case you have a compressed theme file, unzip it here and your final path will be : app/design/frontend/Vendor/ThemName

After then run the below commands
php bin/magento setup:upgrade;
php bin/magento s:d:c;
php bin/magento s:s:d;
php bin/magento c:f
if you are creating your custom theme then you can follow this link :
https://magento.Stackexchange.Com/questions/351325/how-to-create-magento-2-topic.