Why does the collection price display twice on my DAWN theme?

Solved

Why does the collection price display twice on my DAWN theme?

Myke8888
New Member
4 0 0

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

Accepted Solution (1)

infoatcodelab7
Shopify Partner
593 141 156

This is an accepted solution.

@Myke8888 

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;
}
Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

View solution in original post

Replies 3 (3)

Myke8888
New Member
4 0 0

infoatcodelab7
Shopify Partner
593 141 156

This is an accepted solution.

@Myke8888 

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;
}
Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com
Myke8888
New Member
4 0 0

IMG_2268.PNG

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