Getting Started
1
Navigate to Pages
In your Fluid admin, open the sidebar and go to Website → Pages.
2
Open the Editor
Click Edit next to an existing page, or click Create New Page to start from scratch.
3
Start Customizing
The editor opens with three panels — left, center, and right. Each panel serves a distinct purpose, described below.
Interface Overview
The Page Editor is divided into three panels that work together to give you full control over your page layout and content. Left Panel — The left panel has three tabs:- Templates — Browse and apply available templates for the current page type. Switching templates changes the underlying structure of the page.
- Sections — A catalog of all sections available in your theme. Click any section to add it to the page.
- Layers — A list of every section currently active on the page. Use this tab to reorder sections by dragging, or to select a section that’s hard to click in the preview.
Working with Sections
Pages in Fluid are built from a hierarchy of composable pieces:- Hero — Full-width banner with headline, subheading, and call-to-action
- Gallery — Image grid or carousel
- Text — Rich text content block
- Form — Contact or lead capture form
- Testimonial — Customer quotes or reviews
Adding and Removing Sections
To add a section, open the Sections tab in the left panel and click the section you want. It is added to the bottom of the page by default. You can then drag it into the desired position using the Layers tab. To remove a section, click the section in the preview or select it in the Layers tab, then press the delete icon or use the remove option in the right panel toolbar.Review and publish previous versions
Open the History panel to review earlier versions of the current template. Select a version to load its snapshot in the editor. Use the version’s ellipsis menu for these actions:- Click Changes to open the comparison view. Choose any two versions to compare their Liquid and CSS changes.
- Click Publish to make the selected historical snapshot live.
Translations
Fluid’s Page Editor has built-in support for multi-language content. To edit a translation for a specific element, click that element in the preview to select it, then click the Translation button that appears in the right panel. A language selector lets you enter content for each of your active languages independently. For a higher-level view, click Translations in the top navigation bar of the editor to open a full table of every text element on the page alongside all of its language variants. This is the fastest way to audit or complete translations across an entire page at once.Code Mode
For advanced users who need to go beyond the visual editor, Code Mode provides direct access to the underlying template code. Switch to Code Mode using the toggle in the editor toolbar. It exposes four tabs:- HTML (Liquid) — The Liquid template markup for the current template or section
- CSS — Scoped styles applied to this page or section
- Variables — A live view of the Liquid variables available in the current page scope
- Preview — A rendered preview of your code changes before you save
Test your pages across screen sizes using the device preview buttons in the editor toolbar. Switch between desktop, tablet, and mobile views to catch layout issues before publishing.