Shopify themes, liquid, logos, and UX
Hello Everyone!
I am using the Shopify Dawn theme. I have added Sticky Add to Cart section on the product page. I want to remove Variant option from Sticky Add to Cart section. Please help me. Thank you.
Store: https://puppies-paws-shop.myshopify.com/products/winter-warm-fur-pet-dog-harnesses-vest-reflective-c...
Password: Admin
Solved! Go to the solution
This is an accepted solution.
Try the code below
1. From the Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. Then place the code below at the very bottom of the file and SAVE
div#md-sticky-atc .select {
display: none;
}
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Try the code below
1. From the Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. Then place the code below at the very bottom of the file and SAVE
div#md-sticky-atc .select {
display: none;
}
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you so much. One more thing, By clicking on Add To Cart, the customer will go directly to the checkout page. Is it possible to do this?
It is possible with code changes but it is not user friendly, if the user wants to add more items in their cart
Thank you. No problem. Can you do that? Then send me that code & where should I paste the code?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025