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

2 Likes

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 tag


RESULT:

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

Best Regards,
Moeed

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 :