Remove compare at prices from website

Solved

Remove compare at prices from website

Escapeaway
Visitor
3 0 0

Www.escapeaway.store

 

Would anybody how do we go about removing compare at prices in the website so that sales prices don’t show.

 

thanks !

Accepted Solution (1)

Sweet_Savior_3
Shopify Partner
1372 104 145

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:

Sweet_Savior_3_0-1717954424501.png

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!

View solution in original post

Replies 4 (4)

Sweet_Savior_3
Shopify Partner
1372 104 145

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:

Sweet_Savior_3_0-1717954424501.png

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
Escapeaway
Visitor
3 0 0

Thanks so much !

Escapeaway
Visitor
3 0 0

Hey , just following on, is there a code to remove the orange sale box from the top left of product icons. Thanks !

theycallmemakka
Shopify Partner
1795 436 464

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>

theycallmemakka_0-1717954532105.png

 

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

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com