Tagged with

theme development

Custom Themes in AliothPress: Install a New Design From a ZIP File

· Themes

AliothPress ships with 15 built-in themes, and you can add your own. A theme is a small folder with a stylesheet and a preview image. You upload it as a ZIP file on the Themes page in the admin panel, it appears in the theme list immediately, and you activate it with one click. No restart is needed, no terminal, no file manager. Custom themes survive every CMS update.

Read more

Building an AliothPress Theme

· Themes

An AliothPress theme is a folder with a single required file, theme.css, plus a preview image for the theme gallery. There is no build step, no templating language to learn, and no code to write: the CMS renders the markup, and your stylesheet defines colors, typography, and atmosphere through CSS variables. The fastest way to build a theme is to copy one of the 15 built-in themes and make it yours.

Read more