Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hey! I'm using Dawn 14.0.0, and want to switch the add to cart quick add button on the collection page and product page to have the "add to cart" on left side and price + compare at price on right side. Also, after doing that, how do I remove the original price tag from sight?
I want to get it from this:
To this:
Thanks!
Solved! Go to the solution
This is an accepted solution.
Go to Sections and find the file handling the product or collection page buttons, usually product-grid-item.liquid or product-card.liquid.
exxmaple
.custom-button-layout {
display: flex;
justify-content: space-between;
align-items: center;
}
Hide the Original Price:
.original-price {
display: none;
}
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
This is an accepted solution.
Go to Sections and find the file handling the product or collection page buttons, usually product-grid-item.liquid or product-card.liquid.
exxmaple
.custom-button-layout {
display: flex;
justify-content: space-between;
align-items: center;
}
Hide the Original Price:
.original-price {
display: none;
}
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
Hey! So how would I do it for this case, putting that code at the end of card-product.liquid didn't do anything. Would you be able to supply the proper code that will make those changes to the add to cart button and instructions on where to put it?
Thanks so much!
Is there any way you can help? I don't understand the instructions.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024