What themes do you support?

Currently, we support the following Shopify free themes:

  • Debut
  • Supply
  • Minimal
  • Simple
  • Boundless 
  • Venture
  • Narrative
  • Debutify
  • Brooklyn
  • Dawn
  • Sense
  • Crave
  • Craft
  • Studio
    • Buttons may look round. But overall ok
  • Taste
  • Colorblock
    • This theme has opinionated color tones. Need to change the colors
  • Ride
  • Refresh

Out of the Sandbox themes:

  • Turbo
  • Parallax

Maestrooo themes:

  • Prestige

Archetype themes:

  • Streamline
  • Impulse

We are Underground themes:

  • Testament

Eight themes:

  • Flow
  • Capital
    • In theme.liquid file, replace {{ 'theme.js'  | asset_url | script_tag }} by {% unless template contains 'product.byob' %}{{ 'theme.js'  | asset_url | script_tag }}{% endunless %}

ThemeMove

  • Minimog 

Safe As Milk themes:

  • Venue
    • The quantity selector has an extra bottom margin in the quantity input box. 

Troop Themes

  • Maker

Clean Canvas

  • Symmetry
    • The quantity input may not look good. Custom CSS is needed to fit in the style. Or just drop the quantity input select box
  • Boost 
    • A tiny conflict of the title. Can be solved with a custom CSS to add a top margin:
      h1#byob-bundle-header {margin-top:25px;}

True Scalable:

  • Booster

DesignThemes:

  • Yummi
    • Pop-up may not work due to theme conflict. But it can be resolved by commenting the code below:

      {% unless template contains 'byob'  %}
      <script src="{{ 'dT_bundle_base.js' | asset_url }}" defer="defer"></script>
      <script src="{{ 'dT_bundle.js' | asset_url }}" defer="defer"></script>
      <script src="{{ 'dT_main.js' | asset_url }}" defer="defer"></script>
      <script src="{{ 'dT_main_app.js' | asset_url }}" defer="defer"></script>
      {% endunless %}

BuddhaThemes:

  • Camo: same as Yummi. Comment the code below in the footer-js.liquid file
    {% unless template contains 'byob'  %}
    <script src="{{ 'dT_bundle_base.js' | asset_url }}" defer="defer"></script>
    <script src="{{ 'dT_bundle.js' | asset_url }}" defer="defer"></script>
    <script src="{{ 'dT_main.js' | asset_url }}" defer="defer"></script>
    <script src="{{ 'dT_main_app.js' | asset_url }}" defer="defer"></script>
    {% endunless %}

If you find that your theme is not listed above, your theme is not tested. But untested themes don't mean that they are not going to work. To have a quick test, you can install BYOB and generate the 'Show me the magic' bundle. After that, click the preview icon to see how it looks.

Trying a paid theme?

If you're trying a paid theme, you do not have access to edit the template files until the theme is purchased. So BYOB can't upload the template files to your theme. The bundle page will not look good.

If you want us to support your theme, Feel free to contact us. If your theme developers provide free developer access (like Out of the Sandbox), we can test it for you. Otherwise, we need to access your store.

Still need help? Contact Us Contact Us