Venture Theme - Collection card subtext change

Hello people,

We use the Venture Theme on our Shopify store, https://www.gaysha.com.au/

We would like to change the subtext on the call to action button, View All, on our collection cards to Shop Now.

We have found the code for the element, but do not know how to change this for all the collection cards on the homepage:-

View all

Your help is very much appreciated.

Thanks,

Rose

Gaysha_Chalk_Paint

@Gaysha - I think it should change text for all, can you try by changing it?

Hello Suyash1,

I am not sure that the edit I made worked.

I changed the text in the collection-list-item liquid as highlighted in green below:-

{% if featured_collection.image %} {% assign collection_image = featured_collection | img_url: '235x235', scale:2 %} {% else %} {% assign collection_image = featured_collection.products.first | img_url: '235x235', scale:2 %} {% endif %}

{{ featured_collection.title }}

{{ 'collections.general.shop_now' | t }}

{% for product in featured_collection.products limit: 4 %} {% comment %} Hide the last product for a better mobile view {% endcomment %}
{% include 'product-card', product: product, collection: featured_collection %}
{% endfor %}

It seems like nothing changed on the homepage.

The subtext below each of the collection images still says VIEW ALL.

Am I editing in the right place?

thanks,

rose