How can I edit HTML text in Icon theme product template?

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:

  1. Log in to your Shopify store’s admin panel.

  2. Go to Online Store > Themes.

  3. Click on the Actions button next to your current theme and select Edit code.

  4. In the theme editor, go to the “Templates” folder.

  5. Find the file named “product.liquid” and click on it to open it.

  6. 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
  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Templates > product.liquid click to open this file

  3. Press command F and find “product__policies” and you can change the text

HI all,

UPDATE: I found the solution in the ‘edit languages’ section.

Thank you all for your help!