Buy button on mobile version

Topic summary

A Shopify store owner needs to hide the \

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

Hello @JohnnyBoss

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width:767px){ button#es-sticky { display: none !important; } }

Result:

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.