Shopify themes, liquid, logos, and UX
I'm trying to remove the "Add to Cart" part in the hover over each ticket item. I tried hiding it in my section settings for that collections area but it doesn't do anything. Any suggestions?
I'm quite knowledgable with Shopify but this one is mystifying me or I'm over thinking it.
https://a1ccca-1b.myshopify.com/pages/market-tickets
Solved! Go to the solution
This is an accepted solution.
Hey @FahlDesigns,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
product-form.product-form,
product-form.product-form form {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @FahlDesigns,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
product-form.product-form,
product-form.product-form form {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you very much, that was a quick reply and q quick fix. I appreciate it greatly!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025