Hello @cabinandcrate
Hello there.
- In your Shopify Admin go to online store > themes > actions > edit code
- Find sections > featured-collection.liquid and replace code:
Remove this code.
1
/
{{ 'general.slider.of' | t }}
{{ products_to_display }}
Add this code.
{%- for block in section.settings.collection.products limit: section.settings.products_to_show -%}
{%- endfor -%}
- In your Shopify Admin go to online store > themes > actions > edit code
- Find sections > featured-blog.liquid and replace code:
Remove this code.
1
/
{{ 'general.slider.of' | t }}
{{ section.settings.post_limit }}
Add this code.
{%- for block in section.settings.collection.products limit: section.settings.products_to_show -%}
{%- endfor -%}

