Shopify themes, liquid, logos, and UX
Hello Guys,
I fucked up my price display on product page.
Could someone share his code to adapt with mine ?
Thanks a lot.
Chris.
Solved! Go to the solution
This is an accepted solution.
Add this code in your base.css file:
.price-item.price-item--regular {
display: none !important;
}
Result:
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:
This is an accepted solution.
Add this code in your base.css file:
.price-item.price-item--regular {
display: none !important;
}
Result:
Hello,
That's perfect, thank you !
Could you add a code for the higher price ?
It doesn't display...
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:
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025