Solved

Can I make sale price and regular price the same size in Shopify?

basicbastardco
Pathfinder
171 1 30

Hi Guys, 

 

I would like to make the sale price and price same size which is 15Px without affecting any other font sizes. I would appreciate your help. Thanks 

 

URL: https://basicbastard.co/products/duck-tee-harbour-blue

 

Screenshot 2022-11-24 at 1.59.15 PM.png

Liaz
Accepted Solution (1)

Ujjaval
Shopify Partner
1242 197 206

This is an accepted solution.

@basicbastardco 

 

span.price-item.price-item--sale.price-item--last {
    font-size: 15px !important;
}

 

put above css into your base.css file(online store->theme->base.css)

View solution in original post

Reply 1 (1)

Ujjaval
Shopify Partner
1242 197 206

This is an accepted solution.

@basicbastardco 

 

span.price-item.price-item--sale.price-item--last {
    font-size: 15px !important;
}

 

put above css into your base.css file(online store->theme->base.css)