- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023
12:00 AM
10-05-2023
12:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023
01:15 AM
10-05-2023
01:15 AM
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
https://magento.Stackexchange.Com/questions/351325/how-to-create-magento-2-topic.
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:fif you are creating your custom theme then you can follow this link :
https://magento.Stackexchange.Com/questions/351325/how-to-create-magento-2-topic.