We have a number of official themes available. These themes are designed to be used as a starting point for your project and have been meticulously crafted with conversion, speed and responsive design at their core.
Our official themes are built using Tailwind CSS and can be modified using the tailwind.config.js
file and editing the various Twig files.
During the set up of a new Aero store, a theme can be selected and will automatically be installed and configured. To install a theme after this point, please see How do I install a theme?
Phantom
Phantom is our fashion focused theme, it is bold and striking, the use of large imagery keeps the products as the main focus of your store.
Demo
Our demo store Lokē is built using the Phantom theme;
https://loke.store.aerocommerce.com/
Install
To install the Phantom theme run the following command;
php artisan theme:build your_theme_name --config=vendor/aerocommerce/theme-ui/config/phantom.yml
Shadow
Shadow is our furniture and homewear theme, it is clean and simple to use for the customer and makes great use of whitespace to provide a sense of luxury.
Demo
Our demo store Hygge is built using the Shadow theme;
https://hygge.store.aerocommerce.com/
Install
To install the Shadow theme run the following command;
php artisan theme:build your_theme_name --config=vendor/aerocommerce/theme-ui/config/shadow.yml