Remove quantity box from sticky add to cart (on mobile)

jtorres
Explorer
66 0 17

Hello, I would like to remove the quantity box from the sticky add to cart, only on mobile format.

This is how it currently looks:

Captura de pantalla 2022-07-08 a las 16.47.30.png

 

Websites: https://innovamaxx.co/products/pm

 

Thank you so much for your help on advance!

 

Replies 2 (2)

KetanKumar
Shopify Partner
36839 3635 11972

@jtorres 

oh sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/pre_theme.min.css ->paste below code at the bottom of the file.

.sticky_atc_btn .quantity {
    display: none !important;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jtorres
Explorer
66 0 17

@KetanKumar 

That worked just perfectly! Thank you very much. But the only problem is that it is working on desktop as well, and I only want to remove it on the phone format. Could you add an extra code so that it only removes from the phone format?