Removing product badges REFORMATION THEME

Hey,

Im trying to remove the product badges on my reformation theme store. I contacted shopify support and they

Hi there,

Please go to Theme Settings > Product Card > Show Badges.

Please use the following CSS code for the PDP:

.thb-product-detail .product-price-container .badges {

display:none;

}

_____ can anyone guide me on how to add that code I dont want to mess up anything on my store.. THANKS!

1 Like

Hi @stardog

You add in your base. css file.

  • 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, paste the code you have.
  • Save and refresh.

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

Hey @stardog

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi Moeed,
Please can you tell me how to add and colour code the badge in the Reformation theme?

Thank you!

Bharath