【发布时间】:2017-11-07 22:08:07
【问题描述】:
我通过将文件添加到 C:\xampp\htdocs\magento\app\design\frontend\Magento\themename 来创建了一个子主题
我有一个 theme.xml 文件、一个 registration.php 文件、web 文件夹、媒体文件夹和一个 Magento_Theme 文件夹。
我的问题如下:
这个子主题使用 C:\xampp\htdocs\magento\vendor\magento\theme-frontend-blank 结构。例如,对于我的主页,我将如何更改头文件。它有一个顶部菜单、一个搜索和一个徽标。我怎样才能重新安排这个?甚至是主页。我将如何为此进行新的布局,可能有 3/5 列的正常内容和 2/5 的最新产品内容(例如)。
任何方向都会很棒!
【问题讨论】:
标签: php magento themes magento2