The branding layer sits in Theme settings (the gear icon in the Theme Editor sidebar). Every recipe below assumes you’re already there.Documentation Index
Fetch the complete documentation index at: https://voyage-theme.fasil.in/llms.txt
Use this file to discover all available pages before exploring further.
Replace the logo
Voyager uses two logo variants — one for cream and light backgrounds, one for dark.Upload the default logo
Logo (default / navy variant) — your main wordmark in dark ink. This appears on the cream paper background almost everywhere.
Upload the light variant
Logo (light variant for dark backgrounds) — a white-fill version of the same mark. This appears on the navy hero overlay, the dark category archive band, and any other Scheme 2 / Scheme 4 surface.
Replace the favicon
Theme settings → Logo → Favicon. Upload a square PNG or SVG. Voyager crops it to 32×32 for the browser tab. Test by hard-refreshing the storefront in an incognito window — favicon caching is aggressive in most browsers.Set your brand primary color
Theme settings → Colors → Primary (ink). Paste your hex code (default#002F5B). The primary color drives:
- The header wordmark fallback when no logo is uploaded
- Filled buttons across the storefront
- Active states (selected swatch ring, active filter chip, focused input border)
- Editorial link underlines
| Token | Default | Use |
|---|---|---|
| Primary (ink) | #002F5B | Text, buttons, links, active states |
| Secondary (paper) | #F6F4EF | Page background, soft surfaces |
| Accent | #C39738 | Italianno script, small flourishes |
| Muted text | #565E6B | Captions, helper text, disabled labels |
Customize one of the four schemes
Schemes are background–foreground pairs that sections can opt into. Voyager ships with four.| Scheme | Default background | Default foreground | Used by |
|---|---|---|---|
| 1 — Default | #F6F4EF cream | #002F5B ink | Most page sections |
| 2 — Inverse | #002F5B navy | #F6F4EF cream | Hero overlay, category archive band |
| 3 — Soft | #EFE9DC deeper cream | #0A0F18 charcoal | Editorial accents, soft tiles |
| 4 — Deep | #0A0F18 charcoal | #F6F4EF cream | Footer |
Pick a new pair
Change Background and Foreground. Aim for at least a 4.5:1 contrast ratio — Voyager’s a11y system depends on it.
Soften the button corners
Voyager’s editorial default is sharp corners. To soften:
You can also change Default button style (Solid / Outline / Underline) and Letter-spacing (Normal / Wide / Extra wide editorial) from the same group. Most buttons inherit the global default; some sections override it per-button.
Toggle film grain
Theme settings → Animation → Editorial premium effects → Film grain overlay. Default is on. Uncheck to remove the subtle texture from every page.Disable the dark mode toggle
Voyager’s dark mode is a CSS-level scheme inversion, not a separate stylesheet. To remove the toggle UI from the header:- Open
sections/header.liquidin the code editor. - Find the
data-theme-togglebutton. - Wrap it in
{% if false %}…{% endif %}or delete the block.
data-theme="dark" to the <html> tag in layout/theme.liquid. Most merchants leave dark mode toggleable.
Change typography
Theme settings → Typography. Voyager uses three font slots.| Slot | Default | Purpose |
|---|---|---|
| Body | Playfair Display body fallback (Tajawal in production) | Paragraphs, labels, navigation |
| Heading | Playfair Display | Page headings, section titles, product names |
| Accent (italic / script) | Playfair Display italic | The Italianno-feeling script that runs above headlines |
Pick a body font
Aim for something legible at 14–16 px — a humanist sans (Inter, Source Sans, Tajawal) or a quiet serif (Source Serif, EB Garamond).
Pick a heading font
Bigger personality, but still readable at h1 sizes. Playfair Display, Cormorant, Italiana, or Tenor Sans pair well with Voyager’s tone.
Pick an accent font
A script for the eyebrow text above hero headlines and product titles. Italianno, Allura, or Petit Formal Script are the closest matches to Voyager’s default mood.
Where to next
Homepage recipes
Now wire your branded storefront to your products.
Theme setup deep dive
Every setting, explained.