What's your biggest current challenge? Have your say in Community Polls along the right column.

How do I remove the slider and counter in product section (mobile version) Shopify Dawn theme?

Solved

How do I remove the slider and counter in product section (mobile version) Shopify Dawn theme?

qwuco
Tourist
14 0 2

Screenshot_20241123_130544_Brave.png

Accepted Solution (1)

Moeed
Shopify Partner
6341 1720 2077

This is an accepted solution.

Hey @qwuco 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.slider-buttons.quick-add-hidden {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1732338713628.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
6341 1720 2077

This is an accepted solution.

Hey @qwuco 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.slider-buttons.quick-add-hidden {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1732338713628.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


devcoders
Shopify Partner
564 80 142

Hello @qwuco 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.product--thumbnail .slider-buttons.quick-add-hidden {
display: none;
}

 

Output :

devcoders_0-1732338900694.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!