Products Titles are not showing on collection pages

Hi,

In my Shopify Store, I have added features collections to my homepage but the collection on the homepage is not showing the titles of the products. Also the product titles are not visible on collection pages.

Hey [email removed]alitahir7833!

Cal here from Shopify, thanks for reaching out to us. How are you today?

I’m sure the Community will be able to provide some feedback on this query, but you would need to provide a lot of additional context here in order for the Community to provide some insight.

Firstly, what theme are you using, and have you made any customizations to the code? Do you have a link to your storefront so we can see the issue?

Thanks!

I am using Fashioopolism 5.5 theme. No, I haven’t changed the theme code. The collection page is not showing product titles from start.

Here is the coding of the featured collection. liquid

ed-collection no-fouc index-section" data-section-id=“{{ section.id }}” data-section-type=“homepage-products”>
{% assign collection = collections[section.settings.homepage_collection] %}
{% assign prod_limit = section.settings.homepage_product_limit %}

{% if section.settings.heading != blank %}

{{ section.settings.heading | escape }}

{% endif %}
{% if section.settings.homepage_product_display == 'grid' %} {% include 'product-grid' with collection %} {% elsif section.settings.homepage_product_display == 'carousel' %} {% include 'product-carousel' with collection %} {% endif %}

I’d also suggest sharing a link to your storefront so the Community can see the theme. Have you reached out to your theme developer for further assistance on this?

https://dazzling-waves.myshopify.com/admin/themes/115547242670?key=sections/featured-collection.liquid