Skip to content

Instantly share code, notes, and snippets.

module.exports = {
theme106: { //vendor name, either zemez or TemplateMonster (check on app/design/frontend dir)
area: 'frontend',
name: 'Zemez/theme106', //can be found in app/design/frontend dir
locale: 'en_US', //locale, if US store - en_US, if german - de_DE, if russian - ru_RU, etc
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="../. ./. ./. ./. ./. ./. ./lib/internal/Magento/Framework/View/Layout/etc/page_configu­ration.xsd">
<head>
<css src="css/custom.css" />
</head>
</page>
php bin/magento deploy:mode:set developer
Current application mode: {mode}
bin/magento deploy:mode:show
cd /path-to-your-magento-installation-folder/
ssh -i /path_to_the_key_file/ -p22 username@hostname.com
<style>
.grid-container {
display: grid;
height: 400px;
align-content: center;
}
</style>
<style>
h1 {
color: blue;
font-family: verdana;
font-size: 300%;
}
p {
color: red;
font-family: courier;
font-size: 160%;