Configure the theme
note
We recommend going through this guide step-by-step to get a good understanding of how to configure the theme. This guide is structured the way, so that many issues can be resolved by just following the flow and order of this guide.
loonar-wp/assets/styles
├── admin/
├── animation/
├── base/
├── config/
│ ├── colors/
│ ├── layout/
│ ├── typography/
│ └── z-index/
├── elements/
├── tools/
├── typography/
└── woocommerce/
The config directory
The first thing you need to do after cloning the Loonar repository is to configure the foundation of the project, including grid system, colors, typography and so on. All of that will be done under this directory.
The colors directory
Stores all colors used in your project.
The layout directory
Stores all grid system settings.
The typography directory
Stores all font stacks, weights, colors etc.
The z-index directory
Stores all z-indexes used in your project.