Change price to red and swap compare price and selling price so it shows selling price first

Solved

Change price to red and swap compare price and selling price so it shows selling price first

Tommyboi
Excursionist
35 0 4

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 🙂

 

Tommyboi_0-1740502607693.png

Tommyboi_1-1740502658434.png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10036 2385 3012

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.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Hi @Tommyboi 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.grid-product__price {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

span.grid-product__price--original {
    order: 2;
}

span.grid-product__price--savings {
    order: 3;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1740503533884.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Tommyboi
Excursionist
35 0 4

Thank you, also want to changes selling price to red colour though please?

Made4uo-Ribe
Shopify Partner
10036 2385 3012

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.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Tommyboi
Excursionist
35 0 4

thank you 

Made4uo-Ribe
Shopify Partner
10036 2385 3012

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.