What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Remove sizechart from product page

Solved

How can I remove the size chart from a product page?

Laksen1337
Shopify Partner
9 0 1

Hello,

 


Can anyone guide me on how to remove the size chart from my product page? The theme is Streamline. See the photo for reference.

 

The name is: class="icon icon-size-chart"

 

dd.png

Accepted Solution (1)

suyash1
Shopify Partner
10222 1262 1601

This is an accepted solution.

@Laksen1337 - add this css to the end of your css file and check, this will hide it from all the product pages

.icon-size-chart{display:none; visibility:hidden;}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10222 1262 1601

This is an accepted solution.

@Laksen1337 - add this css to the end of your css file and check, this will hide it from all the product pages

.icon-size-chart{display:none; visibility:hidden;}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Laksen1337
Shopify Partner
9 0 1

Thank you Suyash1, that worked! I just have another issue, now I have 2 "- -", instead of 1 which is normal. Do you know how I can remove one of the "-" too? 

 

Skjermbilde 2023-07-01 kl. 10.09.52.png