Change the default Magento theme

My understanding of Magento is that you can only download two themes at any one time. (according to Magento Design Guide )

In addition, there are two types of themes - by default and not by default (that is, by default they contain all possible options, and do not override a subset by default).

All the documentation that I read says that in the configuration section-> the themes are set by default and not by default. I don’t see how I can have a customized theme by default (not called by default) and a theme without a theme at the same time. Do I need to rename my theme to the default value to use themes other than the default?

+3
source share
2 answers

I had the wrong idea ... 3 topics uploaded.

According to the hierarchy, from the lowest priority to the highest -

default - this topic should be called the default. I plan to use the default magento theme not affected by this theme. This cannot be overwritten at this time.

your default custom theme is specified in the configuration-> design-> theme-> default I will use the empty Magento theme as a basis for developing a daily store theme.

- - > - > → (, ) , , . , .

+3

magento, , , XML . Skin.

XML > magento → app → design → front-end?? base default → SKIN - CSS JS > magento → skin → front-end → base default → .

NOw go to admin → system → design → Add custom magento theme → , , , - .


Magento Development

+1

Source: https://habr.com/ru/post/1717320/


All Articles