Tebex works slightly different than most template editors. They separate HTML from CSS. A Template contains the custom HTML, a Theme contains the custom CSS. I highly recommend having a look at Tebex's documentation to get a general idea on how theming works.
01. Create a Theme
- Go to Webstore > Design > Themes and click Create Custom Theme.
- Enter your theme name, in this case Apeiron and copy/paste the CSS that's provided with the theme.
02. Create a Template
- Go To Webstore > Design > Templates and click Create Custom Template.
- Enter the name of the template (Apeiron) and select the base Flat template.
- Click Create.
- Start copy/pasting the HTML files to the corresponding template (Twig) files.
<aside>
❗ Don't forget to activate and select both the theme and template!
</aside>
Common mistakes
- Forgetting to activate both the theme and template resulting in a template without any styling applied to it. Please be sure you activate both theme and template.