How do i install new theme upload as a folder thanks
Hi @yemrit, you can upload the theme files to your app/design/frontend folder, be sure to create the appropriate structure such as:
app/design/frontend/<Vendor>/ ├── <theme1> ├── <theme2>/ ├── <theme3> ├--...
View more details here: http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/theme-structure.html
After that, you'll need to apply and configure the theme in your admin: http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/theme-apply.html