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”
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:
.icon-size-chart{display:none; visibility:hidden;}Follow-up issue:
Status: The original size chart removal is resolved, but a new formatting issue with duplicate separators remains unaddressed.
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;}