Shopify themes, liquid, logos, and UX
Would anybody how do we go about removing compare at prices in the website so that sales prices don’t show.
thanks !
Solved! Go to the solution
This is an accepted solution.
Hello @Escapeaway
Welcome to Shopify Community.
Kindly please add below css in theme.liquid file above </body> tag.
<style>
.style_product_grid_3 .product-item .price-box .old-price, .style_product_grid_3 .fbt-product-item .price-box .old-price, .style_product_grid_3 .cart-edit .product-edit .prices .old-price {
display: none !important;
}
.price-box .special-price {
color: #000 !important;
}
</style>
OUTPUT:
Thanks
This is an accepted solution.
Hello @Escapeaway
Welcome to Shopify Community.
Kindly please add below css in theme.liquid file above </body> tag.
<style>
.style_product_grid_3 .product-item .price-box .old-price, .style_product_grid_3 .fbt-product-item .price-box .old-price, .style_product_grid_3 .cart-edit .product-edit .prices .old-price {
display: none !important;
}
.price-box .special-price {
color: #000 !important;
}
</style>
OUTPUT:
Thanks
Thanks so much !
Hey , just following on, is there a code to remove the orange sale box from the top left of product icons. Thanks !
Hi @Escapeaway
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
span.old-price {
display: none;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
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