1. Go to Themes -> Actions -> Edit code -> Sections 2. Create new file collection-slider.liquid in Sections Copy the code of collection.liquid file and paste complete code to new file collection-slider.liquid 3. Replace this code: {%- assign product_limit = section.settings.grid | times: section.settings.rows -%} Replace with below: {%- assign product_limit = 12 -%} 4. […]

Read More