Hi all, I am wanting to edit some text within the product template however can’t for the life of me find the html text…
I’ve been looking for the last couple of hours and gone through all the product, template, sections, snippets with command F searching for the div tag that i found in the chrome inspection tool.
I’d love some help to as I’m obviously going wrong somewhere…
My theme is Icon
Attached is a screenshot of the highlighted html text i want to edit from the chrome extension tool!
Thanks in advance!
Hi @NickPoole
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
If your theme editor not have an any option to change/add the text for “product__policies” then pls follow these-
To find the Shopify product.liquid file in your theme, follow these steps:
-
Log in to your Shopify store’s admin panel.
-
Go to Online Store > Themes.
-
Click on the Actions button next to your current theme and select Edit code.
-
In the theme editor, go to the “Templates” folder.
-
Find the file named “product.liquid” and click on it to open it.
-
And find “product__policies” div, now you can change/add the text.
This file controls the layout and content of your product pages on your Shopify store. You can make changes to the HTML, CSS, and Liquid code in this file to customize the appearance and functionality of your product pages.
It’s important to make a backup of your theme before making any changes, in case you need to revert to a previous version. If you’re not familiar with HTML, CSS, and Liquid, it’s best to seek the assistance of a Shopify expert to help you make changes to this file.
Regards,
Santanu
1 Like
HI all,
UPDATE: I found the solution in the ‘edit languages’ section.
Thank you all for your help!