Shopify themes, liquid, logos, and UX
Hello guys,
Impulse theme- looking to change pricing with products to show selling price in red text (first) and then the compare price crossed out (second) so reversed order with selling price changed to red- below screenshot is how it currently is set.
Second screenshot is how I want it to be 🙂
URL- blakehampton.com
thanks in advance 🙂
Solved! Go to the solution
This is an accepted solution.
Unfortunately, if you're using the Dawn theme, we can change the color of the selling price. However, the Impulse theme has different code structures.
Hi @Tommyboi
Try this one.
.grid-product__price {
display: flex;
justify-content: center;
gap: 1rem;
}
span.grid-product__price--original {
order: 2;
}
span.grid-product__price--savings {
order: 3;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you, also want to changes selling price to red colour though please?
This is an accepted solution.
Unfortunately, if you're using the Dawn theme, we can change the color of the selling price. However, the Impulse theme has different code structures.
thank you
Sorry for the previous question. The paid theme has many differences compared to the free theme.
Welcome! Would you mind hitting 'like' as well? Thanks!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025