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-chihuahua-puppy-cat-harness-leash-set-for-small-dogs-coat
Password: Admin
Hi @dreamtechzone_5
Try the code below
- From the Admin page, go to Online Store > Themes
- Select the theme you want to edit, click the three dots to edit code
- Under the Asset folder, open the base.css
- 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!
1 Like
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?