forked from Typesetter/Typesetter
-
Notifications
You must be signed in to change notification settings - Fork 0
CSS Styling
gtbu edited this page Jul 23, 2024
·
11 revisions
Css styling happens within the styles.css (.scss, .less) in the template folder (/themes/template-name or /data/_themes/template-name) or in the layout - editor in the right top corner of the single site(custom.css, which is added automatic).
-
As Typesetter has inbuilt compilers for LESS and SCSS, the format can be .css .less or .scss.
-
If You want to style a leave (' li ') in the pagemanger, You have the possibility to add classes to each individual ' li - Element ' . The menu - point : Menu Output - classes allows to add custom - classes to each li. You can so for example add icons like li.custom1::before {...}.
-
More mixins (untested with Typesetter)