Enable the Genlook App Embed
First, we need to load the underlying Genlook engine on your store.
- Go to your Shopify Admin and click Online Store > Themes.
- Click Customize on your active theme.
- In the left sidebar, click the App embeds icon (the icon that looks like a block with a spark).
- Find Genlook Try-On and toggle it ON.
- Click Save in the top right corner.

Add a Custom Liquid block
Next, we need to place the button on your product page.
- Still in the Theme Editor, use the top dropdown menu to select your Products > Default product template.
- In the left sidebar under the “Product Information” section, click Add block.
- Select Custom Liquid.
- Drag this new block to where you want the button to appear (we recommend placing it right below the “Add to cart” button).

Customizing the Colors
The snippet above provides a dark green button by default (#0A1810). You can easily change this to match your brand.
Look for the <style> section at the very top of the snippet. You can change the background-color and color (text color) values:
<script id="genlook-cabin-config"> tag further down the snippet:
If you want to configure more advanced text or behavioral settings (like gender, subtitles, or showing remaining credits), check out the full configuration options here.
Ask AI to style the button for you
If you aren’t familiar with CSS but want the button to perfectly match the rest of your website, you can use an AI tool like ChatGPT or Claude to do it for you! Just copy and paste this prompt:<style> block, just replace the old <style> block in your Custom Liquid snippet with the new one.

