Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Created April 9, 2014 15:15
Show Gist options
  • Select an option

  • Save msmithstubbs/10281884 to your computer and use it in GitHub Desktop.

Select an option

Save msmithstubbs/10281884 to your computer and use it in GitHub Desktop.
Hide the Back In Stock Notify Me button on mobile devices.
@media only screen and (max-width: 320px) {
body > div#BIS_trigger { display: none !important; }
}
@msmithstubbs
Copy link
Author

This needs to be added to the theme CSS. For example, style.css.liquid in assets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment