Product % decrease in price badge on collection and product pages

Topic summary

A Shopify store owner using the Woodstock theme wants to remove percentage discount badges from collection and product pages while keeping the “was $X now $X” pricing display.

Current Status:

  • Two community members provided CSS code solutions to hide the discount badges
  • The code successfully removed badges from collection pages
  • Issue remains unresolved on product pages—badges still appear there

Solutions Attempted:

  • Adding custom CSS to theme.liquid file above the </head> tag
  • Code targets specific badge elements for hiding

Additional Suggestion:

  • One responder recommended adding a CTA button to the homepage banner to reduce customer confusion and improve conversion during the critical first 5 seconds

The discussion is ongoing, awaiting further guidance to complete the product page badge removal.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi, I’m using the Woodstock theme and my URL is: https://leadingsolutions.net.au.

I’m trying to remove the badge on the collection page view and product page view in the screenshots below that shows the % decrease in price. I want to keep the 'was $X’ ‘now $X’ view but just remove any badge or reference to what the percentage off is.

Collection page:

Product page:

Hi @Franrulzok

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Also while investigating the issue for you I’ve found that there’s one thing that you can consider to make it, and it will make your site more professional for customer

Is to add the CTAs button in the banner here, currently the one in it is kinda of confusing, and once you have the CTAs button, you will able to direct customer in the first 5 second when they land to your site.

Hope this can help you solve the issue

Best regards,

Richard | PageFly

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the tag


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Hi, thanks this worked on the collection page view. But I can still see it on the product page. Any suggestions?