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
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

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

result

If this was helpful, hit the like button and accept the solution.
Thanks