Hi Aneby,
I don’t have a Stiletto Theme, but I am sure most themes are similar, so follow these steps:
-
find file name main-collection.liquid OR collection.liquid
-
Find a line of code similar to this {%- for product in collection.products -%}
-
and replace it with following:
{% if collection.handle == 'best-sellers' and forloop.index == 11 %}
{% break %}
{% endif %}