I would like to make the badge smaller

Hello, i would like to make the badge next to the pricing smaller for the mobile version only. Does anyone know how to do this? My website is https://vinup.nl/en/products/vinyl-record-rack

Hello @VinUp ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
.price.price--large.price--on-sale.price--show-badge>.badge {
    font-size: 1.2rem !important;
}

Let me know if you need further assistance!

1 Like