I would like to make the badge smaller

Solved

I would like to make the badge smaller

VinUp
Excursionist
50 0 13

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

 

VinUp_0-1739445561707.png

 

Accepted Solution (1)

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

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;
}

 

ZestardTech_1-1739446012325.png


Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Reply 1 (1)

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

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;
}

 

ZestardTech_1-1739446012325.png


Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing