Re: Remove Size Chart from Product Page

Solved

How to remove the size chart link from product pages?

Rgo23
New Member
4 0 0

Need help removing the "Size chart" link on the product pages.

 

Using Color block theme. 

InkedCapture.jpg

 

Accepted Solution (1)
Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

You could try adding this rule to the bottom of section-main-product.css.

You can locate the file by going to Edit code > Assets folder > Look for section-main-product.css file.

 

 

.product-popup-modal__opener.no-js-hidden.quick-add-hidden {
  display: none;
}

 

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 7 (7)

Nick_Marketing
Shopify Partner
1487 336 466

Please consider including the store link.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
Rgo23
New Member
4 0 0
Rgo23
New Member
4 0 0

PW: OCF.123.321

Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

You could try adding this rule to the bottom of section-main-product.css.

You can locate the file by going to Edit code > Assets folder > Look for section-main-product.css file.

 

 

.product-popup-modal__opener.no-js-hidden.quick-add-hidden {
  display: none;
}

 

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
Rgo23
New Member
4 0 0

Thanks @Nick_Marketing.  This solution worked!!

JosephMOD
Visitor
1 0 0

Hi Nick,

 

I have tried this solution but it is not working for me. Can you advise please? 

Store Link: www.modinc.ca

diya01
Tourist
18 0 0

Hi, please assist me.

 

I need to remove size chart from product description. 

 

I've already removed image from product description using code but size chart still remains there.

 

How to remove?

 

Sametime, how to exclude some specific words/paragraphs from product description?

 

Shoplink: https://e6b48f-05.myshopify.com/

Thanks in advanceScreenshot 2024-05-04 225600.png