- Learning Magento Theme Development
- Richard Carter
- 254字
- 2021-09-03 10:05:00
Enabling a Magento theme
Now that you have the bare bones of your new Magento theme ready, you can enable your Magento theme. Log in to your Magento store's administration panel and navigate to the System | Configuration menu, as shown in the following screenshot:

Tip
Magento's administration panel is located at example.com/admin
if you have installed Magento at example.com
.
Once there, select the Design tab that has appeared in the left-hand column of the screen, keeping the Current Configuration Scope drop-down menu's value set to Default Config:

Next, expand the Themes section of the Design settings panel and enter the name of your Magento theme for the Default field here. In the following example, m18
is used as the name of the new Magento theme you are enabling:

Once you have done this, you need to click on the Save Config button in the top-right of the screen, after which you will see the The configuration has been saved success message, as shown in the following screenshot:

That's it! Your new Magento theme has been enabled. To test this, visit the frontend customer-facing side of your Magento store and refresh the page. You should be able see that the styles.css
file removes all of the styles from the previously enabled theme and presents you with a rather unattractive screen, as shown in the following screenshot:

You can remove the styles.css
file for now to return to Magento default theme styling; we will come back to customizing your theme's CSS in the later chapters.
- The Complete Rust Programming Reference Guide
- 編寫高質量代碼:改善C程序代碼的125個建議
- Web Application Development with MEAN
- Getting Started with Hazelcast(Second Edition)
- 持續輕量級Java EE開發:編寫可測試的代碼
- Visual Basic程序設計習題與上機實踐
- Python程序設計與算法基礎教程(第2版)(微課版)
- Laravel Application Development Blueprints
- ASP.NET求職寶典
- Moodle 3 Administration(Third Edition)
- Hacking Android
- Learning D
- Node.js 6.x Blueprints
- ArcPy and ArcGIS(Second Edition)
- Java Web動態網站開發(第2版·微課版)