Pricing Tier Cards
Three-tier SaaS-style pricing block, pastes into Custom Liquid.
Live preview
See it in action.
Fully interactive, drag, click, scroll inside the frame, toggle to mobile.
About this block
A clean three-column pricing layout, the middle tier highlighted as 'Most popular'. Each card has tier name, description, price, CTA, and feature list. Stacks vertically on mobile. Pure HTML/CSS, zero JavaScript.
Install in 90 seconds
- 01
Open your Shopify admin and go to Online Store → Themes → Customize.
- 02
On any template, click "Add section" where you want the block to appear.
- 03
Choose "Custom Liquid" from the section list.
- 04
Paste the code from this page into the Custom Liquid setting and click Save.
- 05
Edit text and colors directly in the code (look for the comments marking edit points).
The code
Paste the snippet below into the Custom Liquid setting on a Custom Liquid section in your Theme Editor. Edit text, colors, and links directly in the code, every editable spot is marked with an EDIT comment.
What you can customize
Custom Liquid sections don't expose theme-editor settings, so customization happens in the code. Here's what to edit:
| What | How to edit |
|---|---|
| Heading | Find the value in the code and change it directly. |
| Subheading | Find the value in the code and change it directly. |
| Each tier card | Duplicate one .modblo-pt__card to add a tier. Add the .is-popular class to highlight one. |
| Colors | Look for /* EDIT colors */ and /* EDIT highlighted card border */. |
SEO & accessibility notes
- Pure semantic HTML, every tier and feature fully crawlable.
- Zero JavaScript, instant render with no layout shift.
- Stacks cleanly on mobile via grid template column override.
- Real <a> CTAs, keyboard navigable.
Related
