The code in this section is not supported by the Curator team and will need to be self-managed.
Enabling Custom Styles
- Toggle on Enable Custom Styles (CSS / HTML inserts).
- Click “Save” to apply your changes. A new Custom Styles tab will appear in the theme editor.
Using the Custom Styles Tab
Once the toggle is enabled, the Custom Styles tab provides two code editors:- Head Insert — A code editor for custom HTML that is inserted into the
<head>section of every page. Use this for JavaScript, external libraries, fonts, or any other tags that belong in the document head. - Custom Stylesheet — A code editor for custom CSS that is appended to the end of your compiled theme stylesheet. Use this for all custom page styles. Because it is appended last, these styles will override any default theme styles.