Custom CSS
You can apply your own custom CSS overrides by creating a theme.css
file inside your theme folder:
lumeex/
└── config/
└── themes/
└── your_theme/
├── theme.yaml
└── theme.css
This file will be automatically included in your site’s HTML header and will take precedence over all other CSS styles.