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

Topic summary

A user seeks help removing a size chart icon from product pages in the Streamline theme. The icon’s class name is “icon icon-size-chart”.

Solution provided:

  • Add CSS code to hide the size chart: .icon-size-chart{display:none; visibility:hidden;}
  • This successfully removes the icon from all product pages

Follow-up issue:

  • After implementing the fix, duplicate dashes (“- -”) now appear instead of a single dash
  • The user requests guidance on removing one of the redundant dashes

Status: The original size chart removal is resolved, but a new formatting issue with duplicate separators remains unaddressed.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

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”

@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;}

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?