Big gap on sale pricing for some reason

Solved

Big gap on sale pricing for some reason

alphabeanz
Tourist
11 0 3

Hi,

For some reason theres a big gap on the sales pricing compared to the normal pricing?

Screenshot 2025-02-25 at 9.19.33 pm.png

Can someone please help? I want it to be equal.

See URL:
https://burleighbreeze-boutique.com/collections/best-sellers


Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10049 2390 3017

This is an accepted solution.

Hi @alphabeanz 

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:

 

span.product__price.on-sale {
    line-height: .7 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1740492447653.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.

View solution in original post

Replies 3 (3)

topnewyork
Astronaut
1299 160 217

Hi @alphabeanz 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.grid-product__price {
    margin-top: 0px !important;
}
</style>

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

Made4uo-Ribe
Shopify Partner
10049 2390 3017

This is an accepted solution.

Hi @alphabeanz 

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:

 

span.product__price.on-sale {
    line-height: .7 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1740492447653.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.
alphabeanz
Tourist
11 0 3

Bro you are an absolute legend, thank you so much!