Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hey everyone, I hope someone can help me I have 2 Problems.
I use the DAWN theme
1. The price on my collection page is showing twice, I've added something in the code to add a quantity button and color so I might messed it up a bit.
2. I would like to have the Quantity button next to the add to card button and not above, is this possible.
https://wholesalejewellerycatalog.myshopify.com/collections/all
Thank you
Solved! Go to the solution
This is an accepted solution.
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
#product-grid product-form .form {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 0 5px;
}
#product-grid product-form .form .quick-add__submit {
min-width: auto;
}
.price__container .price__regular {
display: none;
}
https://wholesalejewellerycatalog.myshopify.com/collections/all
this is the page
This is an accepted solution.
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
#product-grid product-form .form {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 0 5px;
}
#product-grid product-form .form .quick-add__submit {
min-width: auto;
}
.price__container .price__regular {
display: none;
}
Absolute legend thank you soooo much! It worked. @infoatcodelab7
Only one more question, is it possible to make it look even on mobile... or make the quantity button smaller rather then the add to card
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025