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 |
---|---|
72 | |
70 | |
65 | |
53 | |
52 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023