I messed up my price display on product page.

Solved

I messed up my price display on product page.

ChrisDaNova
Tourist
10 0 1

Hello Guys,

 

I fucked up my price display on product page.

 

Capture d’écran 2024-02-12 à 22.37.12.png

 

Could someone share his code to adapt with mine ?

 

Thanks a lot.

 

Chris.

Accepted Solutions (2)

Spac-es
Shopify Partner
406 119 153

This is an accepted solution.

Add this code in your base.css file:

.price-item.price-item--regular {
  display: none !important;
}

Result:

result.PNG

 

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!

View solution in original post

Spac-es
Shopify Partner
406 119 153

This is an accepted solution.

 

To display the highest price, you can add the following code to your base.css file:

s.price-item.price-item--regular {
    display: block !important;
}

Result:

result.PNG

 

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!

View solution in original post

Replies 3 (3)

Spac-es
Shopify Partner
406 119 153

This is an accepted solution.

Add this code in your base.css file:

.price-item.price-item--regular {
  display: none !important;
}

Result:

result.PNG

 

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!
ChrisDaNova
Tourist
10 0 1

Hello,

 

That's perfect, thank you !

 

Could you add a code for the higher price ? 

 

It doesn't display...

Capture d’écran 2024-02-13 à 07.08.55.png

Spac-es
Shopify Partner
406 119 153

This is an accepted solution.

 

To display the highest price, you can add the following code to your base.css file:

s.price-item.price-item--regular {
    display: block !important;
}

Result:

result.PNG

 

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!