In Magento, the basic elements of page design are layout, container, block and all are represented in layout files. layout
Read moreMagento 2 Theme Tutorials
Hey guys, how much knowledge you have accumulated for Magento 2 theme development? Anything you want to share? For me, there are many interesting features I’ve found in Magento 2 that I have already packed into this topic.
Here you will learn how to create new Magento 2 themes. Let’s look through all the steps you need to follow, including Magento theme declaration, registration, applying it in the admin panel, creating directories for CSS, JavaScript, images and fonts, theme logo definition and others. With our insightful guide, you will be able to create a theme without any difficulties.
Magento how can extend layout file
Instead of copying the entire layout of a page and then modifying what you want to change, we call the
Read moreMagento how can override layout files
Different from Magento 1 layout files will be overwritten in the same way as overriding templates files, with Magento 2
Read moreMagento 2 how to override template
Override template is the simplest and fastest solution to create custom templates for each store. In the following article, we
Read moreMagento 2 how to get config value
The transmission of configuration values from the backend to the front end of the website makes it easy for store
Read moreCreate Magento 2 theme options
The important part of the Magento 2 theme is to give clients who are not familiar with complex techniques to
Read moreCreate Magento 2 Theme step by step
To better understand the structure of magento 2 themes, I suggest you start looking at the two themes available from
Read more