Mobile Bottom Nav
App-style fixed bottom navigation for mobile shoppers.
Live preview
See it in action.
Fully interactive, drag, click, scroll inside the frame, toggle to mobile.
About this section
Fixed bottom-of-screen navigation bar that appears only on mobile, with up to 5 configurable icons (Home, Shop, Search, Cart, Account, Menu, Wishlist). Live cart count badge that updates via Cart AJAX. iOS safe-area-inset aware. Replaces the $10/mo bottom-bar apps merchants install for app-like feel.
Install in 90 seconds
- 01
Create /sections/modblo-mobile-bottom-nav.liquid.
- 02
Paste the section code and save.
- 03
Add `{% section 'modblo-mobile-bottom-nav' %}` to theme.liquid (just before </body>) so the bar is present on every page.
- 04
In the theme editor, add up to 5 nav items, pick the icon kind and set URL for each.
- 05
(Optional) Adjust active accent color to match your brand.
The Liquid
Unlock the section code
Mobile Bottom Nav is a premium section. Get the full Liquid + scoped CSS paste-ready.
One-time purchase · Lifetime updates · You own the code
Theme editor settings
| Setting | Type | Default |
|---|---|---|
Background bg | color | #ffffff |
Foreground fg | color | #0b0b0c |
Active accent active_color | color | #6366f1 |
Cart badge badge_color | color | #ef4444 |
Nav items (theme blocks) blocks Up to 5 items. Choose icon kind, label, and URL per item. | blocks | , |
SEO & accessibility notes
- Hidden on desktop (≥768px) via media query, no impact on desktop layout or SEO.
- Cart count updated via Cart AJAX (/cart.js), listens to cart:updated event.
- env(safe-area-inset-bottom) padding keeps the bar above the iOS home indicator on notched iPhones.
- All icons are inline SVG, no icon-font dependency.
Related
