- Note: All base files are now located under the vendor directory.
- These need to be added retaining the directory structure to app/design/frontend/Webtomarket/ (Make the vendor name Webtomarket for consistency).
- Always check the Luma theme for files first.
- Basic theme set up: http://devdocs.magento.com/guides/v2.0/frontend-dev-guide/themes/theme-create.html
- In vendor/magento/theme-frontend-blank/Magento_Theme/layout
- Grab the default_head_blocks.xml file and copy it into your app/design/frontend/Webtomarket/Matrix/Magento_Theme/layout folder
- In default_head_blocks.xml, add <css src="css/yoursheetname.css" after="-"/>Update footer
- Copy the default.xml file from /vendor/magento/theme-frontend-luma/Magento_Theme/layout/default.xml to app/design/frontend/Webtomarket/Matrix/Magento_Theme/layout folder
- Make a new subdirectory in your theme app/design/frontend/Webtomarket/Matrix/Magento_Theme/web/css
- Add your custom css file(s) here
A clean bootstrap.css file is attached that should be free of most rules that could conflict with the Luma theme.
|