Removing Dropshipping Suppliers Size Charts

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:

  1. From Shopify admin → Online store → Themes → Edit code:
![view (43).png|1891x940](upload://gnqBIzcqycLi7gAB4coGQZQWUqr.png)
  1. You find the file main-product.liquid and then find the following code:

![SIZECHARTALL.jpg|500x1464](upload://zwlU00KQP2kZiSaKys7eEkb8ctr.jpeg)
 

  • 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.