Hi,
I wanted to know if it’s possible to change the collection “view all” text. I know I can change via the coding but wanted to know if it’s possible to change the individual text. So each feature collection will have it’s own button text.
Hi,
I wanted to know if it’s possible to change the collection “view all” text. I know I can change via the coding but wanted to know if it’s possible to change the individual text. So each feature collection will have it’s own button text.
Here’s a general approach to achieve this customization:
Access your Shopify theme code: Go to your Shopify admin, navigate to “Online Store” > “Themes,” and click on “Actions” > “Edit code” for the theme you want to modify.
Locate the collection template: Look for the collection template file that is responsible for rendering the collection pages. The file is typically named collection.liquid or collection-template.liquid.
Find the code for the “View all” button: Within the collection template, search for the code that generates the “View all” button. This code is usually associated with a link or button element that includes the text “View all.”
Customize the button text: Modify the code responsible for displaying the “View all” button to include your desired text. You can replace the existing text or add dynamic code to display different button text based on the feature collection being displayed.
Hi @Ess91 ,
Yes, Its possible. You just need to select the right selector. Thanks!
No, this changes every collection section that I would add. I would like the collection section to have different text for each collection
So each collection will have a different selector for me to change?
@Ess91 yeah if you want to change the collection button colour for each different.
not the colour but actual text i.e. “view all”, “explore” have different ones for different collections on the same page