Icon Feature Cards
Three-up icon + title + text grid, 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 flexible feature-card grid with inline SVG icons. Auto-fit responsive grid means it works whether you have 2, 3, or 6 cards. Just duplicate one .modblo-feat__cell to add more.
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
In your Shopify theme editor, add a Custom Liquid section and paste the snippet below into its content field. You can change text, colors, and links right inside the code. Every editable spot is marked with an EDIT comment.
What you can customize
Custom Liquid sections don't have visual theme editor settings, so changes happen directly 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 card | Title + paragraph text inside each .modblo-feat__cell. |
| Icons | Inline SVG, replace with your own or grab from feathericons.com / lucide.dev. |
| Icon color | Look for /* EDIT icon color */. |
SEO and accessibility notes
- Inline SVG icons, no font dependencies, no extra requests.
- Auto-fit grid means it works at any cell count without media queries.
Related
