Venture theme, set number of featured product display on page on mobile

Topic summary

A user successfully resolved an issue with displaying featured products on mobile devices in the Venture theme.

Problem:

  • After removing collection cards from the featured collection section, only 3 products displayed on mobile
  • User wanted to show more products (up to 10) on mobile view

Solution provided:

  • Edit the featured-products.liquid file
  • Change the line {% assign mobile_product_limit = false %} to {% assign mobile_product_limit = true %}
  • This code change specifically affects mobile product display limits

Outcome:

  • The solution was confirmed working by the original poster
  • Issue marked as resolved
Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

On my previous post, Here

I have removed the Collection-Card On Featured Collection product, now I have only 3 products on mobile version, I want to show more product ( up to 10 ) . Thank you

@Ahsan_ANC

Hi @Freddecourse this code edit does not have any impact on the number of products in the mobile view.

You can change this line on the featured-products.liquid

From

{% assign mobile_product_limit = true %}

TO

{% assign mobile_product_limit = false %}

1 Like

Yess, thank you :grin: :+1: