how to remove sale badge on minimal theme

Hi all,

Can anyone help me to remove Sale badge out of my page? I am using Minimal theme, and I cant fine the line everyone talks about in Assets > theme.css

Thanks,

Yuleina.

@Yuleina

Please Provide URL and screenshot. If password protected please provide password Also.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

hello @Yuleina

Please provide the website URL and if your store is password protected then also provide a password So I will check and provide a solution here.

Hi,

www. tahira.com.au

Thanks.

Yuleina.

HI @Yuleina

Please Paste this in Online store → edit code → Assets - > theme.css

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

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.grid.product-single.product-single--medium-media .price__badges {
display: none!important;
}

.price__badges.price__badges--listing {
display: none!important;
}

hello @Yuleina

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.price__badges.price__badges--listing{
display:none ;
}

Thanks,

Appreciate it. :slightly_smiling_face:

Kindly feel free to get back to me if you need any further assistance Thanks!