remove quantity selector from sticky product information

Solved

remove quantity selector from sticky product information

Optimist1
Explorer
55 2 11

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.

 

sticky information.JPG

Accepted Solutions (2)

AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

Hi, @Optimist1 

Please share the store password so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

AnneLuo
Shopify Partner
1293 228 266

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!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 4 (4)

AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

Hi, @Optimist1 

Please share the store password so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Optimist1
Explorer
55 2 11

Thanks, here are  https://happyoff.com  and the PASSWORD:  stewbe

AnneLuo
Shopify Partner
1293 228 266

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!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Optimist1
Explorer
55 2 11

It's working, thanks a lot