Overview
This article outlines how to hide your option's tooltips from customers using mobile devices.
Setup
- From the Shopify admin, select Online Store.
- Select Actions.
- Select Edit code.
- Under Templates, select the product.liquidtemplate.
Note: If your theme contains sections, you will need to select product-template.liquid under Sections instead.
- Add this code to the bottom of the file:
<style> @media (max-width: 768px) { .shappify_option_name_additional_info { display: none; !important } }</style>
- Select Save.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article