Create Magento 2 Custom theme
Create Magento 2 Custom theme Create Magento 2 Custom theme firstly we need to set mode as developer you know magento have three type mode: Default Mode Developer Mode Production Mode Run blow cammand set mode as developer php bin/magento deploy:mode:set developer Step 1 – Create theme.xml Create theme directory app/design/frontend/techdiv/techdivtheme app/design/frontend/techdiv/techdivtheme/etc/theme.xml <theme xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Config/etc/theme.xsd”> […]
Read More