Hide theme’s original options

First make sure our app’s default setting for Shopify Options are set up so our app runs on every product.

Next you can hide your themes original product options since our are loading on every product.

2.0 Themes

If you have a 2.0 theme you easily can hide your themes original product options in your default product template in the theme customizer. Click the eye icon to hide the variant picker (product options).

1.0 Themes

In the theme.liquid file add this code just right after the <head> tag. (this may not work on your theme)

<style>
.selector-wrapper.product-form__item {
display: none;
}
</style>
If you aren’t using our app on all your products then this code will hide your theme’s options and they won’t be able to see them or select them.
Was this article helpful?
Dislike