How to Add Blocks to a Shopify Section (2026)

Last updated
Expert reviewed
5 min read
Jacques Blom
Jacques Blom
CTO at Fudge.

Key takeaways

  • To add a block, click a section in the Theme Editor, then click “Add block” at the bottom of the section settings.
  • Available block types depend on the section - each section defines which blocks it supports.
  • Blocks are the individual content items inside a section: text, images, buttons, icons, slides.
  • Some sections have a maximum block limit - the “Add block” option disappears when the limit is reached.
  • For block types your theme doesn’t support, Fudge can build custom sections from a plain English description.

Adding blocks is how you grow content inside a section - more feature items, more testimonials, more slides. Here’s exactly how to do it in the Shopify Theme Editor.

Why you can trust us

We’ve built and customised hundreds of Shopify storefronts. We also built Fudge - an AI storefront editor with a 5.0 rating on the Shopify App Store.


How to add a block to a Shopify section

  1. Go to Online Store > Themes > Customize.
  2. Navigate to the page containing the section you want to add a block to.
  3. In the left sidebar, click the section to select it and expand its settings.
  4. Scroll to the bottom of the section settings panel.
  5. Click Add block.
  6. A menu appears showing the available block types for that section. Click the block type you want to add.
  7. The new block appears in the sidebar and in the preview. Click into it to edit its content.
  8. Click Save when you’re done.

Related: Fudge Store Editor.

Related: Duplicate a Section in Shopify.


What block types are available?

Block types vary by section. Each section in your theme is built to support specific blocks. Examples:

Related: Build a Custom Section in Shopify.

Section typeTypical block types available
Features gridFeature item (icon, heading, text)
SlideshowSlide (image, heading, button)
TestimonialsTestimonial (quote, name, rating)
Image with textButton, text overlay
Product tabsTab (heading, content)

If you don’t see the block type you need, that section doesn’t support it. Your options are to use a different section, or build a custom section.


Block limits

Many sections have a maximum number of blocks. For example, a three-column features section might cap at three feature blocks. A slideshow might allow up to ten slides.

Related: Add Homepage Sections in Shopify.

Related: Move Blocks Within a Shopify Section.

When a section has reached its limit, the “Add block” button disappears. If you need more blocks than the section allows, you’d need a different section type or a custom implementation.


Adding blocks to specific section types

Adding slides to a slideshow

  1. Click the slideshow section in the sidebar.
  2. Click Add block > Slide.
  3. Set the image, heading, and button for the new slide.
  4. Reorder slides by dragging their drag handles in the sidebar.

Adding items to a features or benefits section

  1. Click the features section.
  2. Click Add block > Feature (or whatever the section calls it).
  3. Set the icon, heading, and description.
  4. Drag to reorder.

Adding buttons to a hero section

  1. Click the hero section.
  2. Click Add block > Button.
  3. Set the button label and link.
  4. Most hero sections support one or two buttons maximum.
Need a section type or block type your theme doesn't have?
Try Fudge for Free

What if there’s no “Add block” option?

Some sections don’t use a block-based structure. They have a fixed layout with a set number of content fields - no blocks to add or remove.

If you don’t see “Add block” in the section settings, the section has a fixed structure. To add more items, you’d need to either:


When you need a block type the theme doesn’t offer

Shopify themes define what blocks each section supports. If you need a block type that doesn’t appear in the “Add block” menu, the theme doesn’t include it.

This is one of the most common limitations merchants hit. Common examples:

For these, Fudge can build the block from a description. Tell Fudge what you need and where you need it - Fudge generates the Liquid code and adds it to your theme as a draft for you to review.


Quick recap


FAQ

Why is the "Add block" option missing from my section?

Three possibilities: (1) the section was built without block support and only has fixed settings, (2) the section has hit its max_blocks limit and "Add block" disappears until you remove one, or (3) the section was built only to accept app blocks (you'll see a "Apps" entry but no theme blocks).

Can I add the same block type multiple times to a section?

Yes, by default. Most sections allow you to add as many of the same block as you want, up to the max_blocks limit. To add another testimonial, click "Add block → Testimonial" again. If a particular block can only be added once, the section's schema explicitly limits it.

Can I move a block from one section to another?

No. Blocks are scoped to their section's settings. To recreate a block in a different section, manually copy the content (text, image URL, link) and create a new block of the matching type in the destination section.

What's the difference between a section and a block?

A section is a top-level chunk of a page (a hero, a feature grid, a testimonials section). A block is a single item inside a section (one testimonial, one slide, one feature item). Sections sit on the page; blocks sit inside sections.

Can I add a custom block type to an existing theme section?

Not without code. Each section's schema defines which blocks it accepts. To add a new block type to an existing section, you edit the section's .liquid file: add a new entry to the "blocks" array in the schema, then add the corresponding Liquid output. Or describe what you want to Fudge and have it modify the section.

Jacques's signature
Add any block type to any section — just by describing it.

You might also be interested in

How to Add a Button in Shopify (2026)
Learn how to add buttons anywhere in your Shopify store — from section buttons to custom CTAs, header buttons, and sticky add-to-cart buttons.
How to Change Product Badges in Shopify (2026)
Learn how to change product badges in Shopify — Sale, New, Sold Out, and custom badges — using the Theme Editor, settings, and Liquid code.
How to Change Font Color in Shopify (2026)
Learn how to change font color in Shopify — global color settings, per-section overrides, and custom CSS for targeted control.