Add Extra Slide (6 slides) in slideshow (Refresh Theme)

Topic summary

A user asks how to modify the Refresh theme to include 6 slides in the slideshow instead of the default 5.

Solution provided:

  • Navigate to Online Store > Themes > three dots menu > Edit code
  • Open the slideshow.liquid file in the Sections folder
  • Locate the slideshow blocks section using Ctrl + F to search for the relevant markup
  • Change the limit number from “5” to “6” (or desired maximum number of slides)

The solution was confirmed working by another user who successfully implemented the modification.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hi There!

How can i modify the code of “Refresh theme” to include 6 slides in the slideshow instead of only 5 ?

1 Like

Hi @Khaledmohamed ,

You can increase the slides by editing the limit of the block. Please follow the instructions below

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
  2. Find the Section folder, and open the slideshow.liquid file
  3. Find the code below by clicking your keys, Ctrl + F to find
"name": "t:sections.slideshow.blocks.slide.name",
  1. Below it, you should see the limit. Change the “5” to the number you want the maximum slides to be. See image below

1 Like

Worked beautifully for me! Thanks! :grin:

1 Like