Re: How to remove sales tag from featured collection in Refresh Theme?

How to remove sales tag from featured collection in Refresh Theme?

viccre
Tourist
11 0 2

How to remove sales tag from featured collection in Refresh Theme?

 

viccre_0-1716474911755.png

 

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
10202 2422 3068

Hi @viccre 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
viccre
Tourist
11 0 2

I'm having trouble copying the link... It is the Refresh Theme... sorry 😞

Made4uo-Ribe
Shopify Partner
10202 2422 3068

You can share the preivew also, or pm me. I can use the demo theme, but you said in your feature product collection section. So it not include all the badge in the store. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
viccre
Tourist
11 0 2

Here the link: https://followee.shop/ 

I want to remove the sale tags on this page. Only on this page 

viccre
Tourist
11 0 2

any tip?

Made4uo-Ribe
Shopify Partner
10202 2422 3068

Hi @viccre 

Check this one,. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

 

div#collection-template--22592508920147__featured-collection-0 .card__badge, div#collection-template--22592508920147__featured_collection_TfgcWr .card__badge, 
div#collection-template--22592508920147__featured_collection_cN9cDr .card__badge, div#collection-template--22592508920147__featured_collection_d9CpTG .card__badge {
    display: none !important;
}

 

 

And Save. 

Result:

Made4uoRibe_0-1716553572349.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

websensepro
Shopify Partner
1914 229 275

share url

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
viccre
Tourist
11 0 2
viccre
Tourist
11 0 2

any tip? 🙂