Using the Theme Editor
This tutorial guides you through using the O2VEND Theme Editor to customize your theme.
Getting Started
Access the Editor
- Log in to your O2VEND account
- Navigate to Themes
- Click "Edit Theme"
- Editor opens
Editor Interface
- Toolbar: Theme/page selection, viewport controls
- File Explorer: Browse theme files
- Editor Panel: Edit files
- Preview Panel: See changes live
- Settings Panel: Configure theme
Basic Workflow
Step 1: Select Theme
- Use theme selector in toolbar
- Choose theme to edit
- Theme loads in editor
Step 2: Choose Page
- Use page selector
- Select page to preview
- Preview updates
Step 3: Edit Files
- Click file in explorer
- File opens in editor
- Make changes
- Preview updates automatically
Step 4: Save Changes
- Click "Save" button
- Changes saved
- Ready to publish
Editing a Template
Example: Customize Homepage
-
Open Template
- Navigate to
templates/index.liquid - Click to open
- Navigate to
-
Make Changes
<section class="hero">
<h1>Welcome to {{ shop.name }}</h1>
<p>Your custom message here</p>
</section> -
Preview
- See changes in preview panel
- Test on different viewports
-
Save
- Click Save
- Changes saved
Adding Widgets
Step 1: Add Widget
- Click "Add Widget" button
- Select section (hero, content, footer)
- Choose widget type
- Widget added
Step 2: Configure Widget
- Click widget in preview
- Settings panel opens
- Configure settings:
- Title
- Content
- Display options
- Preview updates
Step 3: Position Widget
- Drag widget
- Drop in new position
- Order updated
- Save changes
Configuring Theme Settings
Step 1: Open Settings
- Click Settings panel
- Browse sections
- Find setting
Step 2: Modify Setting
- Change value
- Preview updates
- See changes immediately
Step 3: Save Settings
- Settings auto-saved
- Or click Save
- Changes applied
Preview System
Viewport Testing
- Select viewport (Desktop/Tablet/Mobile)
- Preview updates
- Test responsive design
- Verify functionality
Page Testing
- Select different pages
- Test each page type
- Verify all functionality
- Check design consistency
Publishing Your Theme
Step 1: Review Changes
- Check all modifications
- Test in preview
- Verify functionality
- Test responsive
Step 2: Publish
- Click "Publish" button
- Confirm publishing
- Theme uploaded
- Version created
Step 3: Activate
- Click "Activate" button
- Theme becomes live
- Changes visible on storefront
Common Tasks
Change Colors
- Open Settings
- Navigate to Colors
- Change color values
- Preview updates
Update Logo
- Open Settings
- Find Logo setting
- Upload new image
- Logo updated
Add Custom CSS
- Open
assets/theme.css - Add custom styles
- Preview updates
- Save file
Modify Header
- Open
sections/header.liquid - Edit header code
- Preview changes
- Save
Tips and Tricks
Keyboard Shortcuts
- Ctrl+S / Cmd+S: Save
- Ctrl+F / Cmd+F: Find
- Ctrl+Z / Cmd+Z: Undo
File Search
- Use search in file explorer
- Find files quickly
- Navigate easily
Version History
- View file versions
- Restore previous versions
- Compare changes
Troubleshooting
Changes Not Showing
- Refresh preview
- Check file saved
- Verify correct file
- Clear cache
Editor Not Loading
- Check browser console
- Verify permissions
- Refresh page
- Contact support
Next Steps
- File Management - Learn file operations
- Widget Editing - Edit widgets
- Publishing - Publish themes