Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
This is an accepted solution.
Hi
add code assets/theme.scss.liquid bottom of the file
.price--on-sale .price__badge--sale {display: none !important;}
Hope this will work for you.
Thanks!
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; }
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.
This is an accepted solution.
Hi
add code assets/theme.scss.liquid bottom of the file
.price--on-sale .price__badge--sale {display: none !important;}
Hope this will work for you.
Thanks!
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; }
User | RANK |
---|---|
62 | |
52 | |
47 | |
39 | |
38 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023