Solved

How To Remove 'Sale' Venture Theme

Max123456
Pathfinder
136 1 26

Hello,

 

I want to remove sale in blue on the product page. I'm on the venture theme.

vh jbvhj.JPG

Accepted Solution (1)
LitCommerce
Astronaut
2860 684 732

This is an accepted solution.

Hi @Max123456,

Please add code:

#ProductSaleTag-product-template {
    display: none !important;
}

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
9078 1129 1479

@Max123456 - this needs css, can you please share your website link?

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

LitCommerce
Astronaut
2860 684 732

Hi @Max123456,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.product-tag.product-tag--absolute {
    display: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Max123456
Pathfinder
136 1 26

@LitCommerce it doesn't work

 

Tt's on the product page when you click on the product

LitCommerce
Astronaut
2860 684 732

This is an accepted solution.

Hi @Max123456,

Please add code:

#ProductSaleTag-product-template {
    display: none !important;
}

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Max123456
Pathfinder
136 1 26

@LitCommerce thanks it worked! 

 

And what is 'sale' for?