Currently I am able to display only 5 items in my featured collection on the homepage. How can I increase this to 6 and also change the size of these items. thank you.
Hi @samthk ,
Go through the theme setting ie theme customizer. and you check it.
Here you can show products.
Hi @samthk ,
Please follow the steps:
- Step 1: Go to sections > collection.liquid file, find ‘small–one-half medium-up–one-fifth’ and add code: https://i.imgur.com/4NFR5DA.png
 
Code:
{% when 6 %}
      {%- assign max_height = 195 -%}
      {%- assign grid_item_width = 'small--one-half medium-up--one-sixth' -%}
- 
Step 2: Find ‘Products per row’ and change number 5 => 6: https://i.imgur.com/8qADSwT.png
 - 
Step 3: Go to Customize > Featured collection > Products per row. https://i.imgur.com/ZKJ1d3h.png
Hope it helps! 
