Note: The Developer Tools dashboard is only available to the Professional plan or higher. Learn more about liveBooks' subscription plans.
Developer tools allow you to add custom CSS and JS code to your site. The tools are not available by default; you can follow the steps below to gain access. To access the Developer tools, click the [<>] icon at the top of your liveBooks dashboard.
Only Owner and Admin roles can access the Settings panel. If your user account is under the Contributor role, you will need to ask the site Admin to grant you Developer permissions.
The CSS dashboard lets you add custom code to alter the design of your site, beyond what is available in the Design panel. Any custom code added here will override the settings in the Design panel.
Paste the code on the first empty line in the text area, then click Save when finished.
The Head JS dashboard is where you can add third-party scripts. Placing code or scripts here will place it in the Header, or section of your site. Note: If a script or application does not work after placing its code in the Head JS, try placing it in an HTML Block in your website's Footer instead.
Paste the code on the first empty line in the text area, then click Save when finished.
The Body JS dashboard is where you can add third-party scripts. Placing code or scripts here will place it in the Body, or section of your site. Note: If a script or application does not work after placing its code in the Head JS, try placing it in an HTML Block in your website's Footer instead.
Paste the code on the first empty line in the text area, then click Save when finished.
Navigate to the Fonts dashboard to include additional Adobe Fonts fonts not specified in the design panel. When using the font in CSS, you must use the specified font family. Use the "star" icon next to each font preview to select fonts that you may want to use later.
Navigate to the Preferences dashboard to set the editor preferences. This will change how the editor looks. Changes made here are reflected in the other sections of the Developer tool and custom HTML blocks.