Debut theme: remove sale tag

Solved
filip0801
Excursionist
44 0 7

I would like to remove the sale tag box from my website. Here is my website link https://pimp-your-animal.myshopify.com/ i want the green box with the word sale removed.2f2da01a0264ec614188a6c6659a1e9a.jpg

Accepted Solution (1)
dmwwebartisan
Shopify Partner
11515 2438 3529

This is an accepted solution.

Hi

add code assets/theme.scss.liquid bottom of the file

 

 

Hope this will work for you.


Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)
IttantaTech
Shopify Partner
525 55 100

@filip0801 

Thanks 
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.price--on-sale .price__badge--sale {
    display: none;
}
Thanks,
Ittanta Technologies Pvt. Ltd. | Shopify Expert
If reply is helpful, please Like and Accept Solution.
To hire us, contact us at info@ittanta.com
PageFly-Victor
Shopify Partner
7865 1782 2953

Hey @filip0801,

 

You can try this code:

.price__badges { display: none; }

I also suggest you add more details of the products in the list item description. It seems you are selling custom painting, which requires customers to provide more information. You should make it clear in the list items about the information required so that it's easier for customers to make decisions.

 

You can take a look at this article about personalizing product listing page to understand more about what to include within your collection page.

dmwwebartisan
Shopify Partner
11515 2438 3529

This is an accepted solution.

Hi

add code assets/theme.scss.liquid bottom of the file

 

 

Hope this will work for you.


Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
shawn_mdl
New Member
1 0 0

Any tips on how to do remove sales tab in Retina theme? Have tried pasting all the following codes into assets/theme.scss.liquid and none work: 

 

price--on-sale .price__badge--sale {display: none;}

-------

.price__badges { display: none; }

-------

.price--on-sale .price__badge--sale {display: none !important;}

-------

.sale-item { display: none; }