
Today we will dive into theming Magento2 by using blocks which are available on the client side (backoffice) and used within our templates and layout in our brand new Theme. Let’s start by creating a block from the backend of our website. Create a block on Magento2 Create a module to handle our block $ […]
This tutorial is more like a personal reference of my own to quickly get myself on tracks while building a new WordPress theme. So if you need more details on building up your own theme, then you will have to follow the guildelines on WordPress.org. There is also a nice infographic highlighting the anatomy of […]

How to quickly apply a new CSS stylesheet to a custome Magento 2 theme by extending a layout from a default parent theme. A basic tutorial with code snippets to learn the best way to achieve this on your website.