Shopify themes, liquid, logos, and UX
Hey,
I have a Shopify digital store and want to delete the quantity selector from "sticky product information on large screens".
My website URL: happyoff.com
Many thanks for considering my request.
Solved! Go to the solution
This is an accepted solution.
Hi, @Optimist1
Please share the store password so that I can assist you.
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
.t4s-quantity-wrapper.t4s-sticky-atc__qty{
display: none !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
Hi, @Optimist1
Please share the store password so that I can assist you.
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
.t4s-quantity-wrapper.t4s-sticky-atc__qty{
display: none !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
It's working, thanks a lot
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025