I want to remove all the size charts on all my Products. And prevent them from being imported on future products.
Hello @Lmichelle1
To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
I am responding again with my URL. Please below.
Hi @Lmichelle1
Please follow these steps:
- From Shopify admin → Online store → Themes → Edit code:
- You find the file main-product.liquid and then find the following code:

-
Then you delete it (if any). Since we don’t have access, we can’t check directly in your code. You can take a screenshot of the code if you’re not sure.
-
You can temporarily hide the img display by going to the theme.css file and adding the following code at the end of the file:
.page-content--product .rte #part_three_description img {
display: none !important;
}
We hope that it will work for you.
